restoreData3: Restore data from arithmetic operator

View source: R/restoreData3.R

restoreData3R 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)

cardiomoon/predict3d documentation built on April 7, 2024, 10:26 p.m.