Learn R Programming

MethodCompare (version 0.1.2)

compare_plot: Comparison plot

Description

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

Usage

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

Run the code above in your browser using DataLab