View source: R/evaluate_parameters.R
evaluate_parameters | R Documentation |
Compare estimated parameters to true parameters
evaluate_parameters( pars_est, pars_true, criterion = "RMSE", tolerance = sqrt(.Machine$double.eps), est_pars, true_pars )
pars_est |
A vector or matrix of estimated parameters. |
pars_true |
True parameters, normally a vector or a matrix. |
criterion |
A string specifying the used criterion for comparing the imputed and original values. |
tolerance |
Numeric, only used for |
est_pars |
Deprecated, renamed to |
true_pars |
Deprecated, renamed to |
The same criterion
s are implemented for
evaluate_parameters
and evaluate_imputed_values
.
The possible choices are documented in evaluate_imputed_values
.
A numeric vector of length one.
Cetin-Berber, D. D., Sari, H. I., & Huggins-Manley, A. C. (2019). Imputation Methods to Deal With Missing Responses in Computerized Adaptive Multistage Testing. Educational and psychological measurement, 79(3), 495-511.
Other evaluation functions:
evaluate_imputation_parameters()
,
evaluate_imputed_values()
evaluate_parameters(1:4, 2:5, "RMSE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.