powered by
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.
bias
x
total_bias_plot(object, object2 = NULL, rarea = FALSE)
list returned by measure_compare function.
(optional) returned by measure_compare function. If provided, will plot a second total bias estimate.
if TRUE, draw the plot with shading areas between the confidence bands.
TRUE
# \donttest{ ### Load the data data(data1) ### Analysis measure_model <- measure_compare(data1, nb_simul=100) ### Plot the total bias total_bias_plot(measure_model)# }
Run the code above in your browser using DataLab