estimates.glm | R Documentation |
Report glm object Estimates
## S3 method for class 'glm'
estimates(object, mc = FALSE)
object |
a glm object |
mc |
Should model comparisons be performed? Currently not used |
One or more objects containing parameter estimates and effect sizes.
For logistic regression, it will return the following:
The raw log-odds coefficients.
Odds ratios (exp(beta)).
Inverse odds ratios (1 / OR).
Standardized odds ratios (exp(beta)).
Standardized version of the inverse odds ratios (1 / OR).
The slope of the probability curve at p = 0.5.
The value of X where p = 0.5.
Change in predicted probability from -1 to +1 SD.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.