fromFactorThreshold {rpf} | R Documentation |
Convert factor thresholds to response function intercepts
Description
Convert factor thresholds to response function intercepts
Usage
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) |
Value
an item intercept matrix with items in the columns and intercepts in the rows
See Also
Other factor model equivalence:
fromFactorLoading()
,
toFactorLoading()
,
toFactorThreshold()
[Package rpf version 1.0.14 Index]