pct_agreement0: Plot the percentage agreement before recalibration

View source: R/pct_agreement0.R

pct_agreement0R 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)

MethodCompare documentation built on Sept. 11, 2024, 5:07 p.m.