restoreData2 | R Documentation |
restore data column with I() function
restoreData2(df)
df |
A data.frame |
fit=lm(mpg~I(cyl^(1/2))*am,data=mtcars)
restoreData2(fit$model)
fit=lm(mpg~sqrt(hp)*log(wt)*am,data=mtcars)
restoreData2(fit$model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.