phatModels: Calculate \hat p and optionally \hat N for a list of models

Description Usage Arguments Value See Also

View source: R/2DLTfunctions.r

Description

Calculate \hat p along with variance, Var[\hat p], using the delta method. Optionally \hat N can also be calculated.

Usage

1
phatModels(modList, n = NULL, tab = FALSE, digits = 2, ...)

Arguments

modList

list object of models created by fityx.

tab

boolean - return a data frame suitable for generating a table for report or paper.

digits

- number of digits of rounding (see round) in the table

...

arguments to be passed into phatInterval

n=NULL

number of animals detected. If n!=NULL \hat N is calculated

Value

data frame with: phat estimate of \hat p CV.phat estimate of CV[\hat p] interval confidence interval specified in the interval argument in phatInterval lower.bound lower bound of \hat p upper.bound upper bound of \hat p and optionally if n!=NULL n number of detected animals Nhat estimated number of animals in covered region. NhatLower lower bound of \hat N NhatUpper upper boudn of \hat N

See Also

fityx phatInterval


david-borchers/LT2D documentation built on Aug. 17, 2020, 1:37 a.m.