runLinking {PROsetta} | R Documentation |
Run Scale Linking
Description
runLinking
is a function for obtaining item parameters from the response data in the metric of supplied anchor item parameters.
Usage
runLinking(data, method, verbose = FALSE, ...)
Arguments
data |
a |
method |
the linking method to use. Accepts:
Linear transformation methods (i.e., MM, MS, HB, SL) are performed with |
verbose |
if |
... |
Value
runLinking
returns a list
containing the scale linking results.
constants
linear transformation constants. Only available when linear transformation methods were used (i.e., MM, MS, HB, SL).ipar_linked
item parameters calibrated to the response data, and linked to the metric of anchor item parameters.ipar_anchor
anchor item parameters used in linking.
Examples
out_link <- runLinking(data_asq, "SL", technical = list(NCYCLES = 1000))
out_link$constants # transformation constants
out_link$ipar_linked # item parameters linked to anchor
out_link <- runLinking(data_asq, "FIXEDPAR")
out_link$ipar_linked # item parameters linked to anchor