plot.MTest {MTest} | R Documentation |
Plot density or empirical cumulative distribution from Bvals
in MTest output
.
## S3 method for class 'MTest'
plot(x, type=1,plotly = FALSE,...)
x |
an object of the class |
type |
Numeric; 1 if density, 2 if ecdf plot is returned |
plotly |
Logical; if |
... |
other arguments to be passed to the function
|
This function plots density or empirical cumulative distribution function from MTest bootstrap replications.
Produces a plot. No values are returned.
MTest
for procedure and examples.