powered by
Compare estimated parameters to true parameters
evaluate_parameters( pars_est, pars_true, criterion = "RMSE", tolerance = sqrt(.Machine$double.eps), est_pars, true_pars )
A vector or matrix of estimated parameters.
True parameters, normally a vector or a matrix.
A string specifying the used criterion for comparing the imputed and original values.
Numeric, only used for criterion = "precision": numeric differences smaller than tolerance are treated as zero/equal.
criterion = "precision"
Deprecated, renamed to pars_est.
pars_est
Deprecated, renamed to pars_true.
pars_true
A numeric vector of length one.
The same criterions are implemented for evaluate_parameters and evaluate_imputed_values. The possible choices are documented in evaluate_imputed_values.
criterion
evaluate_parameters
evaluate_imputed_values
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_imputation_parameters()
evaluate_imputed_values()
# NOT RUN { evaluate_parameters(1:4, 2:5, "RMSE") # }
Run the code above in your browser using DataLab