restoreData3 {predict3d} | R Documentation |
Restore data from arithmetic operator
Description
Restore data from arithmetic operator
Usage
restoreData3(df, changeLabel = FALSE)
Arguments
df |
A data.frame |
changeLabel |
logical |
Examples
fit=lm(2^mpg~hp*wt,data=mtcars)
summary(fit)
restoreData3(fit$model)
[Package predict3d version 0.1.5 Index]