coef.admbsecr: Extract admbsecr model coefficients

Description Usage Arguments Examples

Description

Extracts estimated and derived parameters from a model fitted using admbsecr.

Usage

1
2
3
4
5
6
## S3 method for class 'admbsecr'
coef(object, pars = "fitted", ...)

## S3 method for class 'admbsecr.boot'
coef(object, pars = "fitted", correct.bias = FALSE,
  ...)

Arguments

object

A fitted model from admbsecr.

pars

A character vector containing either parameter names, or a subset of "all", "derived", "fitted", and "linked"; "fitted" corresponds to the parameters of interest, "derived" corresponds to quantities that are functions of these parameters (e.g., the effective survey area or animal density from an acoustic survey), and "linked" corresponds to the parameters AD Model Builder has maximised the likelihood over.

...

Other parameters (for S3 generic compatibility).

correct.bias

Logical, if TRUE, estimated biases are subtracted from estimated parameter values.

Examples

1
2
3
coef(example$fits$simple.hn)
coef(example$fits$simple.hn, pars = "all")
coef(example$fits$simple.hn, pars = "derived")

b-steve/admbsecr documentation built on May 11, 2019, 5:20 p.m.