fromFactorThreshold function

Convert factor thresholds to response function intercepts

Convert factor thresholds to response function intercepts

fromFactorThreshold(threshold, loading, ogive = rpf.ogive)

Arguments

  • threshold: a matrix with items in the columns and thresholds in the rows
  • loading: a matrix with items in the rows and factors in the columns
  • ogive: the ogive constant (default rpf.ogive )

Returns

an item intercept matrix with items in the columns and intercepts in the rows

See Also

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