restoreData2 {predict3d} | R Documentation |
restore data column with I() function
Description
restore data column with I() function
Usage
restoreData2(df)
Arguments
df |
A data.frame |
Examples
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)
[Package predict3d version 0.1.5 Index]