View source: R/pct_agreement1.R
pct_agreement1 | R Documentation |
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.
pct_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 percentage agreement after recalibration
pct_agreement0(measure_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.