toFactorThreshold function

Convert response function intercepts to factor thresholds

Convert response function intercepts to factor thresholds

toFactorThreshold(intercept, slope, ogive = rpf.ogive)

Arguments

  • intercept: a matrix with items in the columns and intercepts in the rows
  • slope: a matrix with items in the columns and slopes in the rows
  • ogive: the ogive constant (default rpf.ogive )

Returns

a factor threshold matrix with items in the columns and factor thresholds in the rows

See Also

Other factor model equivalence: fromFactorLoading(), fromFactorThreshold(), toFactorLoading()