read_oplm_par | R Documentation |
Read item parameters from oplm PAR or CML files
read_oplm_par(par_path)
par_path |
path to a file in the (binary) OPLM PAR format or the human readable CML format |
It is very occasionally useful to calibrate new items on an existing scale. This function offers the possibility to read parameters from the proprietary oplm format so that they can be used to fix a new calibration in Dexter on an existing scale of items that were calibrated in oplm.
depends on the input. For .PAR files a data.frame with columns: item_id, item_score, beta, nbr, for .CML files also several statistics columns that are outputted by OPLM as part of the calibration.
## Not run:
\donttest{
par = read_oplm_par('/parameters.PAR')
f = fit_enorm(db, fixed_params=par)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.