plot.mle | R Documentation |
This function returns diagnotic plots for a mle
object.
## S3 method for class 'mle' plot(x, ci = FALSE, alpha = 0.05,...)
x |
|
ci |
Whether or not approximate confidence intervals should be added to the return period and quantile plots. |
alpha |
|
... |
none... |
mle
, Q.conf.int
data(yarns) x <- yarns$x fit.1 <- mle(x,'weibull',c(.1,.1)) fit.2 <- mle(x,'logis',c(.1,.1)) plot(fit.1,TRUE,.05) dev.new();plot(fit.2,TRUE,.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.