pct_agreement1 {MethodCompare} | R Documentation |
Plot the percentage agreement after recalibration
Description
This function draws the "percentage agreement plot" after recalibration,
which shows the amount of percentage agreement.
It is obtained by graphing the percentage agreement index after recalibration
versus the BLUP of the latent trait, x
, along with its 95% simultaneous
confidence bands.
Usage
pct_agreement1(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 percentage agreement after recalibration
pct_agreement0(measure_model)
[Package MethodCompare version 1.0.0 Index]