This function plots the density curve of each variance component of a
result from fitmaanova.
If the input is from fixed model ANOVA, it will plot one curve for
error variance component. If the input is from mixed model ANOVA, it
will plot multiple curves, one for a random term (including error).
Usage
varplot(anovaobj, xlab, ylab, main)
Arguments
anovaobj
An object of class maanova.
xlab
Figure xlab. Default is "Sigma".
ylab
Figure ylab. Default is "Density".
main
Figure title. Default is "Density plot for sqrt of variance".