agreement1 | R Documentation |
This function draws the "agreement plot" after recalibration, which is used
to visually appraise the degree of agreement between the new and reference
methods, before recalibration of the new method.
It is obtained by graphing a scatter plot of y1-y2
(difference of the methods)
versus the BLUP of the latent trait, x
, along with the bias and 95% limits
of agreement with their 95% simultaneous confidence bands.
The function adds a second scale on the right axis, showing the percentage
of agreement index.
agreement1(object)
object |
list returned by measure_compare function. |
### Load the data
data(data1)
### Analysis
measure_model <- measure_compare(data1, nb_simul=100)
### Plot the agreement after recalibration
agreement0(measure_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.