View source: R/get_lm_summary.R
get_lm_summary | R Documentation |
Get tidy results from linear, nls, lmer, lme, sarlm mode
get_lm_summary(lm.mod, CI = NULL, k = NULL)
lm.mod |
a model returned by function lm, nls, lmer, lme |
CI |
whether return confidence interval for the estimates, only works for lm model |
k |
numbers of digits |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.