coef.secr | R Documentation |
Extract coefficients (estimated beta parameters) from a spatially explicit capture–recapture model.
## S3 method for class 'secr'
coef(object, alpha = 0.05, ...)
object |
|
alpha |
alpha level |
... |
other arguments (not used currently) |
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.
secr.fit
, esaPlot
## load & extract coefficients of previously fitted null model
coef(secrdemo.0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.