salamander | R Documentation |
An occupancy data set for modelling presence/absence data for salamanders.
A data frame with 39 observations (sites) on the following 2 variables.
a character vector containing the presence (1) and absence (0) for each visit to the site
frequency of sites (always 1)
This is a data set that accompanies program PRESENCE and is explained on page 99 of MacKenzie et al. (2006).
MacKenzie, D.I., Nichols, J. D., Royle, J.A., Pollock, K.H., Bailey, L.L., and Hines, J.E. 2006. Occupancy Estimation and Modeling: Inferring Patterns and Dynamics of Species Occurence. Elsevier, Inc. 324p.
# This example is excluded from testing to reduce package check time do.salamander=function() { data(salamander) occ.p.dot=mark(salamander,model="Occupancy",delete=TRUE) occ.p.time=mark(salamander,model="Occupancy", model.parameters=list(p=list(formula=~time)),delete=TRUE) occ.p.mixture=mark(salamander,model="OccupHet", model.parameters=list(p=list(formula=~mixture)),delete=TRUE) return(collect.models()) } salamander.results=do.salamander() print(salamander.results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.