powered by
runRSSS is a function for generating raw-score to standard-score crosswalk tables from supplied calibrated item parameters.
runRSSS
runRSSS( data, ipar_linked, prior_mean = 0, prior_sd = 1, min_theta = -4, max_theta = 4, inc = 0.05, min_score = 1 )
runRSSS returns a list containing crosswalk tables.
list
a PROsetta_data object. See loadData for loading a dataset.
PROsetta_data
loadData
an object returned from runLinking or runCalibration.
runLinking
runCalibration
prior mean. (default = 0.0)
0.0
prior standard deviation. (default = 1.0)
1.0
the lower limit of theta quadratures for numerical integration. (default = -4)
-4
the upper limit of theta quadratures for numerical integration. (default = 4)
4
the increment between theta quadratures for numerical integration. (default = 0.05)
0.05
minimum item score (0 or 1) for each scale (1, 2, and combined). If a single value is supplied, the value is applied to all scales. (default = 1)
1
# \donttest{ out_link <- runLinking(data_asq, method = "FIXEDPAR") score_table <- runRSSS(data_asq, out_link) # }
Run the code above in your browser using DataLab