View source: R/logistic.regression.or.ci.R
This function takes the output from a glm (logistic model) command in R and provides not only the usual output from the summary command, but adds confidence intervals for all coefficients and OR's. This version accommodates multiple regression parameters
1 | logistic.regression.or.ci(regress.out, level = 0.95)
|
regress.out |
logistic regression output |
level |
level to test at, default is 0.95 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.