get_orig_levels: Get Original Levels from a Fitted BLIS model

View source: R/blis.R

get_orig_levelsR Documentation

Get Original Levels from a Fitted BLIS model

Description

Just a simple accessor to original levels and correct key stored in fitted BLIS model.

Usage

get_orig_levels(object)

Arguments

object

object of class BlisClass, model fitted via fit_blis() or blis().

Value

list of the original levels and correct key. Key is stored as an attribute key for every individual item.

See Also

Other BLIS/BLIRT related: BlisClass-class, coef,BlisClass-method, fit_blis(), nominal_to_int(), obtain_nrm_def(), print.blis_coefs()

Examples

fit <- fit_blis(HCItest[, 1:20], HCIkey)
get_orig_levels(fit)

patriciamar/ShinyItemAnalysis documentation built on April 25, 2024, 5:15 a.m.