plot.lmperm {permuco} | R Documentation |
Plot method for class "lmperm"
.
Description
Show the density of statistics and the test statistic.
Usage
## S3 method for class 'lmperm'
plot(x, FUN = density, ...)
Arguments
x |
A |
FUN |
A function to compute the density. Default is density. |
... |
futher arguments pass to plot. |
Details
Other argument can be pass to the function :
effect
: a vector of character string indicating the name of the effect to plot.
See Also
Other plot:
plot.clusterlm()
[Package permuco version 1.1.2 Index]