AIC.mixstock.est {mixstock} | R Documentation |
calculate AIC, confidence intervals, etc., for mixed stock analysis estimates
## S3 method for class 'mixstock.est': AIC(object, ...) ## S3 method for class 'mixstock.est': boxplot(x,...) ## S3 method for class 'mixstock.est': coef(object,...) ## S3 method for class 'mixstock.est': logLik(object,...) ## S3 method for class 'mixstock.est': confint(object,parm,level=0.95,profile=FALSE,type=c("quantile","credible"), show.sourcectr=TRUE,show.haps=FALSE,...) ## S3 method for class 'mixstock.est': summary(object,...) as.mixstock.est(object)
object |
mixed stock analysis estimate |
x |
mixed stock analysis estimate |
parm |
parameter |
level |
confidence level |
profile |
confidence intervals by likelihood profiling? (stub) |
type |
for MCMC runs, produce credible intervals or quantiles of chains? |
show.sourcectr |
show confidence intervals for source-centric estimates? |
show.haps |
show confidence limits for marker frequencies? |
... |
additional arguments |
Various summary statistics retrieved from mixed stock analysis estimates
AIC and logLik return statistical values etc. ... many of these are stubs
Ben Bolker