Question: nchar() in R - ### Question 18 (2 points) Write a R code to do this calculation with a logistic regression model. Compute a CI
nchar() in R
- ### Question 18 (2 points) Write a R code to do this calculation with a logistic regression model. Compute a CI of this OR. You will use the arrays xp and yp built above. First use the glm function to fit a logistic regression model using of yp versus xp. Save the model to an object named mp: Paste your R code in BOX 1 [Format:a30] '{r} Use the exp, cbind and coef function to calculate the odds ratios (intercept and xp) and their 95% confidence intervals, as done in the preparation lab. Paste your R code in BOX 2 [Format:a35] '{r}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
