plot.mixedbiastest {mixedbiastest} | R 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, ...)
Arguments
x |
An object of class '"mixedbiastest"'. |
... |
Additional arguments (currently not used). |
Value
A ggplot
object showing permutation distributions for all fixed effects.
[Package mixedbiastest version 0.3.0 Index]