Learn R Programming

mixedbiastest (version 1.0.2)

plot.mixedbiastest: Plot Method for Bias Diagnostic Results

Description

Plots the permutation distributions and observed test statistics for each fixed effect.

Usage

# S3 method for mixedbiastest
plot(x, bins = 30, ...)

Value

A ggplot object (returned invisibly) showing permutation distributions for all fixed effects.

Arguments

x

An object of class "mixedbiastest".

bins

Integer, number of bins for the histograms (default 30).

...

Additional arguments (currently not used).