plot.bcnsm | R Documentation |
Visualization of the fit of the BCNSM distributions
## S3 method for class 'bcnsm'
plot(
x,
type = c("response", "margins", "epsilon"),
outliers = FALSE,
alpha = 0.01,
panel = NULL,
levels = c(1, 0.1, 0.01, 0.001, 1e-04),
...
)
x |
an object of class |
type |
character; specifies which graphical should be produced. The available options
are |
outliers |
logical; used only when |
alpha |
criterion according to the squared Mahalanobis distances that identifies a point as a possible outlier. |
panel |
A vector of the form |
levels |
levels for contours plots. |
... |
further arguments passed to or from other methods. |
Rodrigo M. R. de Medeiros <rodrigo.matheus@live.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.