print.pocc: Printing Patch Occupancy Model Fits

Description Usage Arguments Value Author(s) See Also Examples

Description

This function summarizes the results from class pom. This function is called when covariate(s) or the intercept only model is specified as the model for p (probability of detection).

Usage

1
2
## S3 method for class 'pom'
print( x,  digits = max(3, getOption("digits") - 3), ...)

Arguments

x

an object of class pom; usually, a result of a call to siteocc.

digits

the number of significant digits to use when printing.

...

further arguments passed to or from other methods. They are ignored in this function.

Value

The output includes the matched call, the convergence code, PSI Coefficients with Estimates, Standard Errors, Z-values, and 2-sided p-values, P Coefficients also with Estimates, Standard Errors, and t-values, AIC, BIC, the average estimated Probability of Occupancy (PSI) and the average estimated Probability of Detection (P).

Author(s)

Fawn Hornsby, Ryan Nielson, and Trent McDonald www.west-inc.com

Maintainer: Fawn Hornsby fhornsby@west-inc.com

See Also

weta.data
siteocc

Examples

1
2
3
4
data(weta.data) 
	
fit1 <- siteocc(~1, ~1, histories=weta.data$detection.histories) 
print(fit1)

pom documentation built on May 2, 2019, 9:33 a.m.

Related to print.pocc in pom...