Learn R Programming

predict3d (version 0.1.5)

restoreData3: Restore data from arithmetic operator

Description

Restore data from arithmetic operator

Usage

restoreData3(df, changeLabel = FALSE)

Arguments

df

A data.frame

changeLabel

logical

Examples

Run this code
fit=lm(2^mpg~hp*wt,data=mtcars)
summary(fit)
restoreData3(fit$model)

Run the code above in your browser using DataLab