View source: R/format_coefficient.R
format_coef | R Documentation |
For easily writing coefficient values in text write up. Note this currently ONLY works for models with zvalues (lm, glm, lmer, glmer). Can be generalized later but I don't want to right now.
format_coef(coeff, clist, stat_name, omit = "se")
coeff |
Which coefficient to format |
clist |
The list of coefficient data to use |
stat_name |
Name of the statistic |
A string of coefficient descriptions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.