restoreData3 | R Documentation |
Restore data from arithmetic operator
restoreData3(df, changeLabel = FALSE)
df |
A data.frame |
changeLabel |
logical |
fit=lm(2^mpg~hp*wt,data=mtcars)
summary(fit)
restoreData3(fit$model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.