Description Usage Arguments Value
Print linear model object as latex formula
1 2 3 | latex.lm(object, file = "", math.env = c("$", "$"),
estimates = "none", abbreviate = TRUE, abbrev.length = 8,
digits = 3)
|
object |
the linear object |
file |
file to write to. Leave blank to print to screen (Default) |
math.env |
Surrounding tags $ and $ by default |
estimates |
c("none","inline","separate") for parameter estimates |
abbreviate |
Should terms be abbreviated |
abbrev.length |
Length of the abbrevitation |
digits |
Precision |
A latex rendition of the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.