View source: R/modelsSummary.R
getInfo | R Documentation |
Get information of a model
getInfo(fit, digits = 3)
fit |
object of class lm |
digits |
integer indicating the number of decimal places |
fit=lm(mpg~wt*hp,data=mtcars) getInfo(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.