spsurvey
is comprised of functions which implement algorithms for design and analysis of probability surveys. The functions are tailored for Generalized Random Tessellation Stratified survey designs.
You can install the released version from CRAN using:
# install from CRAN
install.packages('spsurvey')
library(spsurvey)
You can install spsurvey
from github with:
# requires devtools to install
install.packages('devtools')
library(devtools)
# install from repository
install_github('USEPA/spsurvey')
library(spsurvey)
An overview of the spsurvey package is provided in the users guide that is included with the package. The documentation includes a number of vignettes for the design and analysis of survey designs for point (finite), linear and area (polygons) spatial features. Vignettes are also available for typical survey analyses.
citation(package = 'spsurvey')
##
## To cite the spsurvey package in publications use:
##
## Kincaid, T. M., Olsen, A. R., and Weber, M. H. (2019). spsurvey: Spatial
## Survey Design and Analysis. R package version 4.1.0.
##
## A BibTeX entry for LaTeX users is
##
## @Manual{,
## title = {spsurvey: Spatial Survey Design and Analysis},
## author = {Thomas M. Kincaid, Anthony R. Olsen, and Marc H. Weber},
## year = {2019},
## note = {R package version 4.1.0},
## }
We encourage users to submit issues and enhancement requests so we may continue to improve our package.
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
This project is licensed under the GNU General Public License, GPL-2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.