compare_plot: Plot used to visualize the recalibration of the new method...

View source: R/compare_plot.R

compare_plotR Documentation

Plot used to visualize the recalibration of the new method after estimating the bias

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

list returned by measure_compare function.

Examples


### Load the data
data(data1)
### Analysis
measure_model <- measure_compare(data1, nb_simul=100)
### Plot the bias
compare_plot(measure_model)

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