sqrt_mse {MethodCompare} | R Documentation |
Plot the square root of the mean squared errors
Description
This function draws the "sqrt(MSE) plot", which is used to compare the precision of
the two measurement methods without recalibrating the new method.
It is obtained by graphing the square root mean squared errors of y1
(new method) and y2
(reference
method) versus the BLUP of the latent trait, x
, along with their 95%
simultaneous confidence bands.
Usage
sqrt_mse(object)
Arguments
object |
list returned by measure_compare function. |
Examples
### Load the data
data(data1)
### Analysis
measure_model <- measure_compare(data1, nb_simul=100)
### Plot the square root mean squared errors
sqrt_mse(measure_model)
[Package MethodCompare version 1.0.0 Index]