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