lmFormat | R Documentation |
Format beta coefficient of lm() model object for LaTeX text
lmFormat(x, digits = 2, ...)
x |
lm() model object |
digits |
number of digits to round F statistic |
... |
arguments passed to |
character string
mod <- lm(rnorm(50) ~ rnorm(50))
lmFormat(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.