mse | R Documentation |
This function draws the "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 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.
mse(object)
object |
list returned by measure_compare function. |
### Load the data
data(data1)
### Analysis
measure_model <- measure_compare(data1, nb_simul=100)
### Plot the mean squared errors
mse(measure_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.