eDNAoccupancy is an R package for fitting multiscale occupancy models. Although designed for the analysis of surveys of environmental DNA (eDNA), this package can be used for any occupancy survey that includes three nested levels of sampling:
- locations within a study area,
- samples of each location,
- replicate observations of each sample.
Instructions and examples of using eDNAoccupancy are available in the following publication:
-
Start R
-
Install R packages
mvtnorm
,pROC
,mcmcse
, anddevtools
from the CRAN repository. -
At the R command line, type
devtools::install_github("RobertDorazio/eDNAoccupancy")
To use the package, at the R command line, type
library(eDNAoccupancy)
An introductory user's guide is available by typing
vignette("eDNAoccIntro")
Robert Dorazio (rmdorazio@gmail.com) developed this R package with assistance from Richard Erickson (rerickson@usgs.gov).
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy.
This software has been approved for release by the U.S. Geological Survey (USGS). Although the software has been subjected to rigorous review, the USGS reserves the right to update the software as needed pursuant to further analysis and review. No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. Furthermore, the software is released on condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from its authorized or unauthorized use.
This software is provided "AS IS".