The rawImputed class Holds a dataset and imputed values
Source: R/raw_imputed_class.R
rawImputed-class.RdThe rawImputed class
Holds a dataset and imputed values
Slots
DataA data.frame with the data.
ResponseA character holding the name of the response variable.
MinimumAn optional character holding the name of the variable with the minimum.
ImputationA matrix with imputed values.
ExtraA data.frame with extra data to add to the imputations. This data is not used in the imputation model. It must contain the same variables as the original data.