View source: R/total_bias_plot.R
total_bias_plot | R Documentation |
This function draws the "total bias plot", which is used to visually assess
the amount of bias.
It is obtained by graphing the bias
versus the BLUP of the latent trait,
x
, along with the 95% simultaneous confidence bands.
total_bias_plot(object, object2 = NULL)
object |
list returned by measure_compare function. |
object2 |
(optional) returned by measure_compare function. If provided, will plot a second total bias estimate. |
### Load the data
data(data1)
### Analysis
measure_model <- measure_compare(data1, nb_simul=100)
### Plot the total bias
total_bias_plot(measure_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.