View source: R/helper_categorical.R
Z_to_original_trunc | R Documentation |
Transform latent matrix corresponding to latent categorical variables so that after transformation, interval truncated gaussian is achieved
Z_to_original_trunc(Z, X_cat, cat_index_list, old = FALSE)
Z |
Matrix corresponding to ONLY latent categorical variables |
X_cat |
(incomplete) categorical data matrix |
cat_index_list |
list indicating the number of levels for each categorical variable |
old |
Use previous stringent categorical model? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.