Description Usage Arguments Value Examples
Creates a tibble(data frame) with variables and their reference labels
1 | make_ref_df(m)
|
m |
A logistic regression model object |
A tibble(data frame) containing variable names and their reference labels
1 2 3 4 5 | ## Not run:
m <- glm(y ~ x, data=d, family=binomial)
make_ref_df(m)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.