AIC.mixstock.est {mixstock} | R Documentation |
calculate AIC, confidence intervals, etc., for mixed stock analysis estimates
AIC.mixstock.est(object, ...) boxplot.mixstock.est(x,...) as.mixstock.est(object) coef.mixstock.est(object,...) logLik.mixstock.est(object,...) confint.mixstock.est(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,...)
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