| get_orig_levels | R Documentation |
Just a simple accessor to original levels and correct key stored in fitted BLIS model.
get_orig_levels(object)
object |
object of class BlisClass, model fitted via |
list of the original levels and correct key. Key is stored as an
attribute key for every individual item.
Other BLIS/BLIRT related:
BlisClass-class,
coef,BlisClass-method,
fit_blis(),
nominal_to_int(),
obtain_nrm_def(),
print.blis_coefs()
fit <- fit_blis(HCItest[, 1:20], HCIkey)
get_orig_levels(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.