coef.palm {palm}R 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.


[Package palm version 1.1.5 Index]