compare_plot | R Documentation |
This function allows the visualization of the bias-corrected values (i.e. recalibrated values, variable y1_corr) of the new measurement method.
compare_plot(object)
object |
list returned by measure_compare function. |
### Load the data
data(data1)
### Analysis
measure_model <- measure_compare(data1, nb_simul=100)
### Plot the bias
compare_plot(measure_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.