Description Usage Arguments Examples
View source: R/restoreData2.R
restore data column with I() function
1
restoreData2(df)
df
A data.frame
1 2 3 4
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.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.