compare_plot: Comparison plot

Description Usage Arguments Author(s) Examples

View source: R/Compare_plot.R

Description

This function allows the visualization of the bias-corrected values (i.e. recalibrated values, variable y1_corr) of the new measurement method.

Usage

1
compare_plot(object)

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)
### compare plot
compare_plot(measure_model)

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