The rawImputed
class Holds a dataset and imputed values
Source: R/raw_imputed_class.R
rawImputed-class.Rd
The rawImputed
class
Holds a dataset and imputed values
Slots
Data
A data.frame with the data.
Response
A character holding the name of the response variable.
Minimum
An optional character holding the name of the variable with the minimum.
Imputation
A matrix with imputed values.
Extra
A 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.