tidy.exp | R Documentation |
This function calls the tidy method based on the second class of the object (i.e. after removing the "exp" class that led to it being called), and then exponentiates the returned estimates and confidence intervals (if any) in the tibble. This is usually used to turn coefficients of logistic regression models into Odds Ratios.
## S3 method for class 'exp' tidy(x, ...)
x |
An object, usually containing a logistic regression model. Should have the class "exp" as the first of its classes, and then a class that dispatches it to an appropriate 'generics::tidy“ function |
... |
Arguments passed on to the appropriate 'tidy' function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.