View source: R/transform_fun.R
get_cat_bounds | R Documentation |
Impute orginal incomplete observation using imputed Z
matrix and marginal distribution information drawn from original observation X
get_cat_bounds(X_cat, mu, cat_index_list, check = FALSE, old = FALSE)
X_cat |
(incomplete) categorical data matrix |
mu |
mean vector for categorical |
cat_index_list |
list indicating the number of levels for each categorical variable |
check |
Sanity check on the output? |
old |
Use previous stringent categorical model? |
Imputed data matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.