plot.MTest {MTest} | R Documentation |
Plot density or empirical cumulative distribution from MTest
Description
Plot density or empirical cumulative distribution from Bvals
in MTest output
.
Usage
## S3 method for class 'MTest'
plot(x, type=1,plotly = FALSE,...)
Arguments
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
|
Details
This function plots density or empirical cumulative distribution function from MTest bootstrap replications.
Value
Produces a plot. No values are returned.
See Also
MTest
for procedure and examples.
[Package MTest version 1.0.2 Index]