Skip to content

Commit

Permalink
website updates hex sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldumelle committed Aug 29, 2024
1 parent 27fa7e2 commit 50ada81
Show file tree
Hide file tree
Showing 108 changed files with 467 additions and 394 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# spsurvey <img src="man/figures/logo.png" align="right" height="130" alt="" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/USEPA/spsurvey/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/USEPA/spsurvey/actions/workflows/R-CMD-check.yaml)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CRAN](http://www.r-pkg.org/badges/version/spsurvey)](https://cran.r-project.org/package=spsurvey)
[![cran checks](https://badges.cranchecks.info/worst/spsurvey.svg)](https://cran.r-project.org/web/checks/check_results_spsurvey.html)
[![R-CMD-check](https://github.com/USEPA/spsurvey/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/USEPA/spsurvey/actions/workflows/R-CMD-check.yaml)
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/spsurvey)](https://cran.r-project.org/package=spsurvey)

<!-- badges: end -->

# spsurvey
# Overview

spsurvey is an R package that implements a design-based approach to statistical inference,
`spsurvey` is an R package that implements a design-based approach to statistical inference,
with a focus on spatial data.
Spatially balanced samples are selected using the
Generalized Random Tessellation Stratified (GRTS) algorithm.
Expand All @@ -20,7 +24,7 @@ sites, and two options for replacement sites (reverse hierarchical order and
nearest neighbor). Data are analyzed using a wide
range of analysis functions that perform categorical variable analysis, continuous
variable analysis, attributable risk analysis, risk difference analysis, relative
risk analysis, change analysis, and trend analysis. spsurvey can also be used to
risk analysis, change analysis, and trend analysis. `spsurvey` can also be used to
summarize objects, visualize objects, select samples that are not spatially balanced,
select panel samples, measure the amount of spatial balance in a sample,
adjust design weights, and more. For additional details, see Dumelle et al. (2023) <doi:10.18637/jss.v105.i03>.
Expand Down Expand Up @@ -64,12 +68,12 @@ vignette("analysis", "spsurvey") # for analyzing data

To view the vignettes in a web format, visit [here](https://cran.r-project.org/package=spsurvey).

Further detail regarding spsurvey is contained in the package's documentation manual available for download [here](https://cran.r-project.org/package=spsurvey).
Further detail regarding `spsurvey` is contained in the package's documentation manual available for download [here](https://cran.r-project.org/package=spsurvey).


## Citation

If you used spsurvey in your work, please cite it. You can view the most recent citation by running
If you used `spsurvey` in your work, please cite it. You can view the most recent citation by running
```r
citation(package = "spsurvey")
```
Expand Down Expand Up @@ -98,11 +102,15 @@ citation(package = "spsurvey")
## Package Contributions

We encourage users to submit issues and enhancement requests so we may
continue to improve spsurvey.
continue to improve `spsurvey`.

## Acknowledgements

## EPA Disclaimer
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.


A special thank you to Virginia Vichi-Miller for creating the `spsurvey` hex sticker (i.e., graphic identifier). The sticker represents the environmental sampling context for which `spsurvey` was created, with an emphasis on aquatic resources. The sticker shows a sunny day filled with a fish swimming in water, aquatic vegetation, and rolling hills and trees. The word `spsurvey` is set against the backdrop of the clear sky.

### License

This project is licensed under the GNU General Public License, [GPL-3](https://cran.r-project.org/web/licenses/GPL-3).
13 changes: 13 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
url: https://usepa.github.io/spsurvey/
template:
bootstrap: 3

articles:
- title: Articles
navbar: ~
contents:
- start-here
- EDA
- sampling
- analysis

35 changes: 21 additions & 14 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 50ada81

Please sign in to comment.