powered by
This function returns diagnotic plots for a mle object.
mle
# S3 method for mle plot(x, ci = FALSE, alpha = 0.05,...)
mle object corresponding to the fitted model.
Whether or not approximate confidence intervals should be added to the return period and quantile plots.
1-alpha is the requested coverage probability for the confidence interval.
1-alpha
none...
mle, Q.conf.int
Q.conf.int
# NOT RUN { 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) # }
Run the code above in your browser using DataLab