pct_agreement1: Plot the percentage agreement after recalibration

View source: R/pct_agreement1.R

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

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