Convert response function intercepts to factor thresholds
toFactorThreshold(intercept, slope, ogive = rpf.ogive)
intercept
: a matrix with items in the columns and intercepts in the rowsslope
: a matrix with items in the columns and slopes in the rowsogive
: the ogive constant (default rpf.ogive )a factor threshold matrix with items in the columns and factor thresholds in the rows
Other factor model equivalence: fromFactorLoading()
, fromFactorThreshold()
, toFactorLoading()