print.mixed.pocc: Printing Patch Occupancy Model Fits For a Beta-binomial...

Description Usage Arguments Value Author(s) See Also Examples

Description

This function summarizes the results from class mixed.pom. This function is called when a "~Beta.mixture" is specified as the model for p (probability of detection).

Usage

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

Arguments

x

an object of class mixed.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, Beta mixture parameters for P, AIC, BIC, the average estimated Probability of Occupancy (PSI).

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.mixed.pocc in pom...