plot.mixedbiastest: Plot Method for Bias Diagnostic Results

View source: R/plot.R

plot.mixedbiastestR Documentation

Plot Method for Bias Diagnostic Results

Description

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

Usage

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

Arguments

x

An object of class "mixedbiastest".

bins

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

...

Additional arguments (currently not used).

Value

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


mixedbiastest documentation built on Dec. 1, 2025, 1:08 a.m.