stdEr.ascr.boot: Extract standard errors from a bootstrapped ascr model object

View source: R/methods.r

stdEr.ascr.bootR Documentation

Extract standard errors from a bootstrapped ascr model object

Description

Extracts standard errors for parameters of a model fitted using fit.ascr, with a bootstrap procedure carried out using boot.ascr.

Usage

## S3 method for class 'ascr.boot'
stdEr(object, pars = "fitted", mce = FALSE, ...)

Arguments

object

A fitted model from fit.ascr.

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.

mce

Logical, if TRUE Monte Carlo error for the standard errors is also returned.

...

Other parameters (for S3 generic compatibility).


b-steve/ascr documentation built on Aug. 15, 2022, 2:38 p.m.