parse_lm | R Documentation |
This function parses and formats an linear model object.
parse_lm(lmfit, index = 2, scaled = FALSE, style = "beta")
lmfit |
lm object |
index |
Line index in data frame |
scaled |
Was the predicor scaled? Defaults to FALSE. |
style |
Output format. Defaults to beta. |
lmfit <- lm(rnorm(100, 0, 1) ~ rnorm(100, 0, 1))
parse_lm(lmfit, 1, FALSE, "beta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.