Learn R Programming

MethodCompare (version 0.1.2)

precision_plot: Precision plot

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

precision_plot(object)

Arguments

object

an object returned by a call to measure_compare

Author

Mingkai Peng & Patrick Taffé

Examples

Run this code
### load the data
data(data1)
### analysis
measure_model <- measure_compare(data1)
### Precision plot
precision_plot(measure_model)

Run the code above in your browser using DataLab