precision_plot: Precision plot

Description Usage Arguments Author(s) Examples

View source: R/precision_plot.R

Description

This plot allows the visual comparison of the precision (i.e. standard deviation) of the new measurement method with that of the reference standard, by creating a scatter plot of the estimated standard deviations against the best linear prediction (BLUP) of the true latent trait x.

Usage

1

Arguments

object

an object returned by a call to measure_compare

Author(s)

Mingkai Peng & Patrick Taffé

Examples

1
2
3
4
5
6
### load the data
data(data1)
### analysis
measure_model <- measure_compare(data1)
### Precision plot
precision_plot(measure_model)

MethodCompare documentation built on Jan. 5, 2022, 9:06 a.m.