Learn R Programming

secr (version 4.6.9)

coef.secr: Coefficients of secr Object

Description

Extract coefficients (estimated beta parameters) from a spatially explicit capture--recapture model.

Usage

# S3 method for secr
coef (object, alpha = 0.05, ...)

Value

A data frame with one row per beta parameter and columns for the coefficient, SE(coefficient), asymptotic lower and upper 100(1--alpha) confidence limits.

Arguments

object

secr object output from secr.fit

alpha

alpha level

...

other arguments (not used currently)

See Also

secr.fit, esa.plot

Examples

Run this code

## load & extract coefficients of previously fitted null model
coef(secrdemo.0)

Run the code above in your browser using DataLab