Learn R Programming

pom (version 1.1)

print.pom: Printing Patch Occupancy Model Fits

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

"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).

See Also

weta.data siteocc

Examples

Run this code
data(weta.data) 
	
fit1 <- siteocc(~1, ~1, histories=weta.data$detection.histories) 
print(fit1)

Run the code above in your browser using DataLab