UpdateX: Allow user to update the model with data matrix of same kind.

Description Usage Arguments

View source: R/ArrayUtils.R

Description

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.

Usage

1
UpdateX(model, X)

Arguments

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.


NPBayesImpute documentation built on May 29, 2017, 11:12 p.m.