UpdateX {NPBayesImputeCat} | R Documentation |
Allow user to replace initial matrix with a new data matrix of same size and same number of factors. This is not intended for general use and is only useful for very specific circumstance.
UpdateX(model, X)
model |
The Rcpp model object created by the CreateModel function. |
X |
a data frame with the dataset with missing values. All variables must be unordered factors. |