coef.palm: Extract parameter estimates.

View source: R/methods.r

coef.palmR Documentation

Extract parameter estimates.

Description

Extracts estimated parameters from an object returned by the fitting functions in this package, such as fit.ns, fit.void, and fit.twocamera.

Usage

## S3 method for class 'palm'
coef(object, se = FALSE, ...)

## S3 method for class 'palm_twocamerachild'
coef(object, se = FALSE, report.2D = TRUE, ...)

Arguments

object

A fitted model object.

se

Logical, if TRUE standard errors are presented (if available) instead of parameter estimates.

...

Other parameters (for S3 generic compatibility).

report.2D

Logical, for two-camera model fits only. If TRUE, two-dimensional animal density is reported.


b-steve/palm documentation built on Sept. 22, 2023, 9:27 a.m.