diff --git a/README.md b/README.md index 13d7350..d4af4fd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ +# spsurvey + -[![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) + -# 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. @@ -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) . @@ -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") ``` @@ -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). diff --git a/_pkgdown.yml b/_pkgdown.yml index e69de29..3587b33 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -0,0 +1,13 @@ +url: https://usepa.github.io/spsurvey/ +template: + bootstrap: 3 + +articles: +- title: Articles + navbar: ~ + contents: + - start-here + - EDA + - sampling + - analysis + diff --git a/docs/404.html b/docs/404.html index 44e94f5..30f33dd 100644 --- a/docs/404.html +++ b/docs/404.html @@ -6,12 +6,19 @@ Page not found (404) • spsurvey - - - + + + + + + + + + - - + + + GNU General Public License • spsurveyGNU General Public License • spsurvey @@ -32,7 +32,7 @@
  • @@ -235,27 +235,27 @@

    17. Interpretation of Sectio

    How to Apply These Terms to Your New Programs

    If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

    To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

    -
    <one line to give the program's name and a brief idea of what it does.>
    -Copyright (C) <year>  <name of author>
    -
    -This program is free software: you can redistribute it and/or modify
    -it under the terms of the GNU General Public License as published by
    -the Free Software Foundation, either version 3 of the License, or
    -(at your option) any later version.
    -
    -This program is distributed in the hope that it will be useful,
    -but WITHOUT ANY WARRANTY; without even the implied warranty of
    -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -GNU General Public License for more details.
    -
    -You should have received a copy of the GNU General Public License
    -along with this program.  If not, see <http://www.gnu.org/licenses/>.
    +
    <one line to give the program's name and a brief idea of what it does.>
    +Copyright (C) <year>  <name of author>
    +
    +This program is free software: you can redistribute it and/or modify
    +it under the terms of the GNU General Public License as published by
    +the Free Software Foundation, either version 3 of the License, or
    +(at your option) any later version.
    +
    +This program is distributed in the hope that it will be useful,
    +but WITHOUT ANY WARRANTY; without even the implied warranty of
    +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    +GNU General Public License for more details.
    +
    +You should have received a copy of the GNU General Public License
    +along with this program.  If not, see <http://www.gnu.org/licenses/>.

    Also add information on how to contact you by electronic and paper mail.

    If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode:

    -
    <program>  Copyright (C) <year>  <name of author>
    -This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
    -This is free software, and you are welcome to redistribute it
    -under certain conditions; type 'show c' for details.
    +
    <program>  Copyright (C) <year>  <name of author>
    +This program comes with ABSOLUTELY NO WARRANTY; for details type 'show w'.
    +This is free software, and you are welcome to redistribute it
    +under certain conditions; type 'show c' for details.

    The hypothetical commands show w and show c should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”.

    You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.

    The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.

    @@ -277,7 +277,7 @@

    How to Apply These Terms
    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/apple-touch-icon-120x120.png b/docs/apple-touch-icon-120x120.png new file mode 100644 index 0000000..c088a86 Binary files /dev/null and b/docs/apple-touch-icon-120x120.png differ diff --git a/docs/apple-touch-icon-152x152.png b/docs/apple-touch-icon-152x152.png new file mode 100644 index 0000000..cbae6c7 Binary files /dev/null and b/docs/apple-touch-icon-152x152.png differ diff --git a/docs/apple-touch-icon-180x180.png b/docs/apple-touch-icon-180x180.png new file mode 100644 index 0000000..d6f0033 Binary files /dev/null and b/docs/apple-touch-icon-180x180.png differ diff --git a/docs/apple-touch-icon-60x60.png b/docs/apple-touch-icon-60x60.png new file mode 100644 index 0000000..a57102f Binary files /dev/null and b/docs/apple-touch-icon-60x60.png differ diff --git a/docs/apple-touch-icon-76x76.png b/docs/apple-touch-icon-76x76.png new file mode 100644 index 0000000..fdd8b50 Binary files /dev/null and b/docs/apple-touch-icon-76x76.png differ diff --git a/docs/apple-touch-icon.png b/docs/apple-touch-icon.png new file mode 100644 index 0000000..40c4a37 Binary files /dev/null and b/docs/apple-touch-icon.png differ diff --git a/docs/articles/EDA.html b/docs/articles/EDA.html index 2b44289..745ed73 100644 --- a/docs/articles/EDA.html +++ b/docs/articles/EDA.html @@ -6,13 +6,20 @@ Summarizing and Visualizing Sampling Frames, Design Sites, and Analysis Data • spsurvey - + + + + + + + + + + + + + + + + Articles • spsurveyArticles • spsurvey @@ -32,7 +32,7 @@

  • @@ -66,16 +66,16 @@

    Articles

    @@ -87,7 +87,7 @@

    All vignettes

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/articles/sampling.html b/docs/articles/sampling.html index 77edef8..87e8039 100644 --- a/docs/articles/sampling.html +++ b/docs/articles/sampling.html @@ -6,13 +6,20 @@ Spatially Balanced Sampling • spsurvey - + + + + + + + + + + + + + + + + Authors and Citation • spsurveyAuthors and Citation • spsurvey @@ -32,7 +32,7 @@
  • @@ -63,7 +63,7 @@
    @@ -123,7 +123,7 @@

    Citation

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/favicon-16x16.png b/docs/favicon-16x16.png new file mode 100644 index 0000000..39c9909 Binary files /dev/null and b/docs/favicon-16x16.png differ diff --git a/docs/favicon-32x32.png b/docs/favicon-32x32.png new file mode 100644 index 0000000..2cafb45 Binary files /dev/null and b/docs/favicon-32x32.png differ diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..67095b2 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html index 6bab6f2..ffacf1f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,13 +6,20 @@ Spatial Sampling Design and Analysis • spsurvey - + + + + + + + + + + + +
    +

    Overview +

    +

    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. The GRTS algorithm can be applied to finite resources (point geometries) and infinite resources (linear / linestring and areal / polygon geometries) and flexibly accommodates a diverse set of sampling design features, including stratification, unequal inclusion probabilities, proportional (to size) inclusion probabilities, legacy (historical) sites, a minimum distance between 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 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.

    Installation

    @@ -100,7 +113,7 @@

    Installation# install the most recent approved version from CRAN install.packages("spsurvey") # load the most recent approved version from CRAN -library(spsurvey)

    +library(spsurvey)

    You can install and load the most recent development version ofspsurvey from GitHub by running:

     # Installing from GitHub requires you first install the remotes package
    @@ -109,10 +122,10 @@ 

    Installation# install the most recent development version from GitHub remotes::install_github("USEPA/spsurvey", ref = "main") # load the most recent development version from GitHub -library(spsurvey)

    +library(spsurvey)

    You can install the most recent development version of spsurvey from GitHub with package vignettes by running:

    -
    install the most recent development version from GitHub with package vignettes
    -devtools::install_github("USEPA/spsurvey", build_vignettes=TRUE)
    +
    install the most recent development version from GitHub with package vignettes
    +devtools::install_github("USEPA/spsurvey", build_vignettes=TRUE)

    To view the vignettes in RStudio, run

     vignette("start-here", "spsurvey") # start with this vignette for an spsurvey overview
    @@ -120,12 +133,12 @@ 

    Installationvignette("sampling", "spsurvey") # for spatially balanced sampling vignette("analysis", "spsurvey") # for analyzing data

    To view the vignettes in a web format, visit here.

    -

    Further detail regarding spsurvey is contained in the package’s documentation manual available for download here.

    +

    Further detail regarding spsurvey is contained in the package’s documentation manual available for download here.

    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

     citation(package = "spsurvey")
    #> To cite spsurvey in publications use:
    @@ -150,12 +163,13 @@ 

    Citation

    Package Contributions

    -

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

    +

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

    -

    EPA Disclaimer +

    Acknowledgements

    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

    @@ -206,9 +220,10 @@

    Developers

    Dev status

      -
    • R-CMD-check
    • +
    • Project Status: Active – The project has reached a stable, usable state and is being actively developed.
    • CRAN
    • cran checks
    • +
    • R-CMD-check
    • Downloads
    @@ -224,7 +239,7 @@

    Dev status

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 0000000..456a7e0 Binary files /dev/null and b/docs/logo.png differ diff --git a/docs/news/index.html b/docs/news/index.html index 991619b..0f25e02 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • spsurveyChangelog • spsurvey @@ -32,7 +32,7 @@
  • @@ -598,7 +598,7 @@

    New features
    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index a8007b4..fecfc96 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,10 +1,13 @@ -pandoc: 2.19.2 -pkgdown: 2.0.7 +pandoc: 3.1.11 +pkgdown: 2.0.9 pkgdown_sha: ~ articles: analysis: analysis.html EDA: EDA.html sampling: sampling.html start-here: start-here.html -last_built: 2024-01-09T17:57Z +last_built: 2024-08-29T15:02Z +urls: + reference: https://usepa.github.io/spsurvey/reference + article: https://usepa.github.io/spsurvey/articles diff --git a/docs/reference/Illinois_River.html b/docs/reference/Illinois_River.html index 69d8327..2ab45fa 100644 --- a/docs/reference/Illinois_River.html +++ b/docs/reference/Illinois_River.html @@ -1,6 +1,6 @@ -Illinois River data — Illinois_River • spsurveyIllinois River data — Illinois_River • spsurvey @@ -33,7 +33,7 @@

  • @@ -101,7 +101,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/Illinois_River_Legacy.html b/docs/reference/Illinois_River_Legacy.html index f576a1c..52b73b4 100644 --- a/docs/reference/Illinois_River_Legacy.html +++ b/docs/reference/Illinois_River_Legacy.html @@ -1,6 +1,6 @@ -Illinois River legacy data — Illinois_River_Legacy • spsurveyIllinois River legacy data — Illinois_River_Legacy • spsurvey @@ -33,7 +33,7 @@
  • @@ -101,7 +101,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/Lake_Ontario.html b/docs/reference/Lake_Ontario.html index ab8b57e..9f94a0e 100644 --- a/docs/reference/Lake_Ontario.html +++ b/docs/reference/Lake_Ontario.html @@ -1,6 +1,6 @@ -Lake Ontario data — Lake_Ontario • spsurveyLake Ontario data — Lake_Ontario • spsurvey @@ -33,7 +33,7 @@
  • @@ -110,7 +110,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/NE_Lakes.html b/docs/reference/NE_Lakes.html index cabc479..228ae6a 100644 --- a/docs/reference/NE_Lakes.html +++ b/docs/reference/NE_Lakes.html @@ -1,6 +1,6 @@ -New England Lakes data — NE_Lakes • spsurveyNew England Lakes data — NE_Lakes • spsurvey @@ -33,7 +33,7 @@
  • @@ -110,7 +110,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/NE_Lakes_Legacy.html b/docs/reference/NE_Lakes_Legacy.html index 1315ca5..1dedf7a 100644 --- a/docs/reference/NE_Lakes_Legacy.html +++ b/docs/reference/NE_Lakes_Legacy.html @@ -1,5 +1,5 @@ -New England Lakes legacy data — NE_Lakes_Legacy • spsurveyNew England Lakes legacy data — NE_Lakes_Legacy • spsurvey @@ -32,7 +32,7 @@
  • @@ -108,7 +108,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/NE_Lakes_df.html b/docs/reference/NE_Lakes_df.html index d2102b0..e61ddb9 100644 --- a/docs/reference/NE_Lakes_df.html +++ b/docs/reference/NE_Lakes_df.html @@ -1,6 +1,6 @@ -New England Lakes data (as a data frame) — NE_Lakes_df • spsurveyNew England Lakes data (as a data frame) — NE_Lakes_df • spsurvey @@ -33,7 +33,7 @@
  • @@ -114,7 +114,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/NLA_PNW.html b/docs/reference/NLA_PNW.html index e9fe902..bf95146 100644 --- a/docs/reference/NLA_PNW.html +++ b/docs/reference/NLA_PNW.html @@ -1,7 +1,7 @@ -NLA PNW data — NLA_PNW • spsurveyNLA PNW data — NLA_PNW • spsurvey @@ -34,7 +34,7 @@
  • @@ -124,7 +124,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/NRSA_EPA7.html b/docs/reference/NRSA_EPA7.html index af7b155..a3fd865 100644 --- a/docs/reference/NRSA_EPA7.html +++ b/docs/reference/NRSA_EPA7.html @@ -1,7 +1,7 @@ -NRSA EPA7 data — NRSA_EPA7 • spsurveyNRSA EPA7 data — NRSA_EPA7 • spsurvey @@ -34,7 +34,7 @@
  • @@ -127,7 +127,7 @@

    Format

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/adjwgt.html b/docs/reference/adjwgt.html index 7da562d..aee111c 100644 --- a/docs/reference/adjwgt.html +++ b/docs/reference/adjwgt.html @@ -1,8 +1,8 @@ -Adjust survey design weights by categories — adjwgt • spsurveyAdjust survey design weights by categories — adjwgt • spsurvey @@ -35,7 +35,7 @@
  • @@ -130,15 +130,15 @@

    Examples

    framesize <- c(A = 15, B = 10) sites <- rep(rep(c(TRUE, FALSE), c(9, 1)), 5) adjwgt(wgt, wgtcat, framesize, sites) -#> [1] 0.006620736 0.073309846 0.864082196 0.199606423 0.556244620 1.140772402 -#> [7] 1.051511478 0.556287607 0.873322282 0.000000000 1.135491447 0.240088460 -#> [13] 0.301826224 1.170262970 0.485577078 0.823762985 0.025623222 0.239542816 -#> [19] 0.027051464 0.000000000 0.971423261 1.143696090 0.220204810 0.645162024 -#> [25] 0.632857303 0.071818203 0.099662452 0.484398260 0.959793342 0.000000000 -#> [31] 1.057573347 0.709004596 1.039502335 1.030638690 0.114893617 1.184803869 -#> [37] 0.343595618 0.483001105 0.488339185 0.000000000 0.455772868 1.066973356 -#> [43] 0.071710181 1.195244333 0.034006027 0.018601238 0.119242042 0.009342650 -#> [49] 0.577754943 0.000000000 +#> [1] 0.106022955 1.095458863 0.788784344 0.206410837 0.009715285 0.612363250 +#> [7] 0.653569531 0.380457302 0.962256116 0.000000000 1.148329267 0.229692762 +#> [13] 0.044958032 0.420658625 0.528247132 0.256909705 0.529835674 0.083585936 +#> [19] 0.510355313 0.000000000 0.380621490 0.890696902 0.965456641 0.257286396 +#> [25] 1.287424600 0.973599623 0.067547702 0.696155991 0.913599727 0.000000000 +#> [31] 0.031186232 0.225244066 0.300406067 0.635566997 0.478348221 0.431561081 +#> [37] 0.705436433 0.947237293 0.180084150 0.000000000 0.679202604 0.498141297 +#> [43] 0.640773369 0.659352102 0.095888583 0.764519223 0.768588110 0.989313538 +#> [49] 0.969150636 0.000000000
    @@ -153,7 +153,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/adjwgtNR.html b/docs/reference/adjwgtNR.html index 3039e27..7f94b00 100644 --- a/docs/reference/adjwgtNR.html +++ b/docs/reference/adjwgtNR.html @@ -1,9 +1,9 @@ -Adjust survey design weights for non-response by categories — adjwgtNR • spsurveyAdjust survey design weights for non-response by categories — adjwgtNR • spsurvey @@ -36,7 +36,7 @@
  • @@ -161,7 +161,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/ash1_wgt.html b/docs/reference/ash1_wgt.html index 7f22841..1593ef7 100644 --- a/docs/reference/ash1_wgt.html +++ b/docs/reference/ash1_wgt.html @@ -1,6 +1,6 @@ -Compute the average shifted histogram (ASH) for one-dimensional weighted data — ash1_wgt • spsurveyCompute the average shifted histogram (ASH) for one-dimensional weighted data — ash1_wgt • spsurvey @@ -33,7 +33,7 @@
  • @@ -163,7 +163,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/attrisk_analysis.html b/docs/reference/attrisk_analysis.html index d800b31..31d9a34 100644 --- a/docs/reference/attrisk_analysis.html +++ b/docs/reference/attrisk_analysis.html @@ -1,11 +1,11 @@ -Attributable risk analysis — attrisk_analysis • spsurvey @@ -38,7 +38,7 @@
  • @@ -574,7 +574,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/cat_analysis.html b/docs/reference/cat_analysis.html index b7ea43f..172fa54 100644 --- a/docs/reference/cat_analysis.html +++ b/docs/reference/cat_analysis.html @@ -1,10 +1,10 @@ -Categorical variable analysis — cat_analysis • spsurvey @@ -37,7 +37,7 @@
  • @@ -506,7 +506,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/cdf_plot.html b/docs/reference/cdf_plot.html index 19694f4..a2aad1f 100644 --- a/docs/reference/cdf_plot.html +++ b/docs/reference/cdf_plot.html @@ -1,7 +1,7 @@ -Plot a cumulative distribution function (CDF) — cdf_plot • spsurvey @@ -34,7 +34,7 @@
  • @@ -286,7 +286,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/change_analysis.html b/docs/reference/change_analysis.html index b675ff8..ba9329d 100644 --- a/docs/reference/change_analysis.html +++ b/docs/reference/change_analysis.html @@ -1,11 +1,11 @@ -Change analysis — change_analysis • spsurvey @@ -38,7 +38,7 @@
  • @@ -923,7 +923,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/cont_analysis.html b/docs/reference/cont_analysis.html index e02472e..2bb7a1e 100644 --- a/docs/reference/cont_analysis.html +++ b/docs/reference/cont_analysis.html @@ -1,11 +1,11 @@ -Continuous variable analysis — cont_analysis • spsurvey @@ -38,7 +38,7 @@
  • @@ -602,7 +602,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/cont_cdfplot.html b/docs/reference/cont_cdfplot.html index 0758b45..d1131ad 100644 --- a/docs/reference/cont_cdfplot.html +++ b/docs/reference/cont_cdfplot.html @@ -1,9 +1,9 @@ -Create a PDF file containing cumulative distribution functions (CDF) plots — cont_cdfplot • spsurvey @@ -36,7 +36,7 @@
  • @@ -264,7 +264,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/cont_cdftest.html b/docs/reference/cont_cdftest.html index 97bfb55..e68f0c0 100644 --- a/docs/reference/cont_cdftest.html +++ b/docs/reference/cont_cdftest.html @@ -1,5 +1,5 @@ -Cumulative distribution function (CDF) inference for a probability survey — cont_cdftest • spsurvey @@ -49,7 +49,7 @@
  • @@ -454,7 +454,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/cov_panel_dsgn.html b/docs/reference/cov_panel_dsgn.html index 4a4a37a..ea14f8b 100644 --- a/docs/reference/cov_panel_dsgn.html +++ b/docs/reference/cov_panel_dsgn.html @@ -1,9 +1,9 @@ -Create a covariance matrix for a panel design — cov_panel_dsgn • spsurveyCreate a covariance matrix for a panel design — cov_panel_dsgn • spsurvey @@ -36,7 +36,7 @@
  • @@ -202,7 +202,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/diffrisk_analysis.html b/docs/reference/diffrisk_analysis.html index f490ef5..8c786d0 100644 --- a/docs/reference/diffrisk_analysis.html +++ b/docs/reference/diffrisk_analysis.html @@ -1,11 +1,11 @@ -Risk difference analysis — diffrisk_analysis • spsurvey @@ -38,7 +38,7 @@
  • @@ -574,7 +574,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/errorprnt.html b/docs/reference/errorprnt.html index 227f1ee..2882b8d 100644 --- a/docs/reference/errorprnt.html +++ b/docs/reference/errorprnt.html @@ -1,5 +1,5 @@ -Print errors from analysis functions — errorprnt • spsurveyPrint errors from analysis functions — errorprnt • spsurvey @@ -32,7 +32,7 @@
  • @@ -106,7 +106,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/figures/logo.ong.png b/docs/reference/figures/logo.ong.png new file mode 100644 index 0000000..f9934f4 Binary files /dev/null and b/docs/reference/figures/logo.ong.png differ diff --git a/docs/reference/figures/logo.png b/docs/reference/figures/logo.png new file mode 100644 index 0000000..456a7e0 Binary files /dev/null and b/docs/reference/figures/logo.png differ diff --git a/docs/reference/grts.html b/docs/reference/grts.html index cb0f17f..3f822d0 100644 --- a/docs/reference/grts.html +++ b/docs/reference/grts.html @@ -1,5 +1,5 @@ -Select a generalized random tessellation stratified (GRTS) sample — grts • spsurveySelect a generalized random tessellation stratified (GRTS) sample — grts • spsurvey @@ -40,7 +40,7 @@
  • @@ -504,7 +504,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/index.html b/docs/reference/index.html index 7d62c89..9ea3869 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,5 +1,5 @@ -Function reference • spsurveyFunction reference • spsurvey @@ -32,7 +32,7 @@
  • @@ -262,7 +262,7 @@

    All functions
    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/irs.html b/docs/reference/irs.html index 2a09689..07b3595 100644 --- a/docs/reference/irs.html +++ b/docs/reference/irs.html @@ -1,12 +1,12 @@ -Select an independent random sample (IRS) — irs • spsurveySelect an independent random sample (IRS) — irs • spsurvey @@ -39,7 +39,7 @@

  • @@ -497,7 +497,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/localmean_cov.html b/docs/reference/localmean_cov.html index 2a1a46b..72b70aa 100644 --- a/docs/reference/localmean_cov.html +++ b/docs/reference/localmean_cov.html @@ -1,6 +1,6 @@ -Internal Function: Variance-Covariance Matrix Based on Local Mean Estimator — localmean_cov • spsurveyInternal Function: Variance-Covariance Matrix Based on Local Mean Estimator — localmean_cov • spsurvey @@ -33,7 +33,7 @@
  • @@ -113,7 +113,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/localmean_var.html b/docs/reference/localmean_var.html index b77af0a..2dc2eee 100644 --- a/docs/reference/localmean_var.html +++ b/docs/reference/localmean_var.html @@ -1,5 +1,5 @@ -Internal Function: Local Mean Variance Estimator — localmean_var • spsurveyInternal Function: Local Mean Variance Estimator — localmean_var • spsurvey @@ -32,7 +32,7 @@
  • @@ -111,7 +111,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/localmean_weight.html b/docs/reference/localmean_weight.html index 3220de9..b2d5d36 100644 --- a/docs/reference/localmean_weight.html +++ b/docs/reference/localmean_weight.html @@ -1,6 +1,6 @@ -Internal Function: Local Mean Variance Neighbors and Weights — localmean_weight • spsurveyInternal Function: Local Mean Variance Neighbors and Weights — localmean_weight • spsurvey @@ -33,7 +33,7 @@
  • @@ -123,7 +123,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/pd_summary.html b/docs/reference/pd_summary.html index 6654434..ad6e868 100644 --- a/docs/reference/pd_summary.html +++ b/docs/reference/pd_summary.html @@ -1,9 +1,9 @@ -Summary characteristics of a panel revisit design — pd_summary • spsurveySummary characteristics of a panel revisit design — pd_summary • spsurvey @@ -36,7 +36,7 @@
  • @@ -226,7 +226,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/plot.html b/docs/reference/plot.html index 3be21f3..4b8fd44 100644 --- a/docs/reference/plot.html +++ b/docs/reference/plot.html @@ -1,5 +1,5 @@ -Plot sampling frames, design sites, and analysis data. — plot • spsurveyPlot sampling frames, design sites, and analysis data. — plot • spsurvey @@ -40,7 +40,7 @@
  • @@ -246,7 +246,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/plot.sp_CDF.html b/docs/reference/plot.sp_CDF.html index 3b6bde2..d0ef96b 100644 --- a/docs/reference/plot.sp_CDF.html +++ b/docs/reference/plot.sp_CDF.html @@ -1,8 +1,8 @@ -Plot a cumulative distribution function (CDF) — plot.sp_CDF • spsurvey @@ -35,7 +35,7 @@
  • @@ -289,7 +289,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/power_dsgn.html b/docs/reference/power_dsgn.html index 9f35d7c..b4d76a3 100644 --- a/docs/reference/power_dsgn.html +++ b/docs/reference/power_dsgn.html @@ -1,9 +1,9 @@ -Power calculation for multiple panel designs — power_dsgn • spsurveyPower calculation for multiple panel designs — power_dsgn • spsurvey @@ -36,7 +36,7 @@
  • @@ -314,7 +314,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/ppd_plot.html b/docs/reference/ppd_plot.html index 4f84ec8..7ad1c8d 100644 --- a/docs/reference/ppd_plot.html +++ b/docs/reference/ppd_plot.html @@ -1,11 +1,11 @@ -Plot power curves for panel designs — ppd_plot • spsurveyPlot power curves for panel designs — ppd_plot • spsurvey @@ -38,7 +38,7 @@
  • @@ -269,7 +269,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/relrisk_analysis.html b/docs/reference/relrisk_analysis.html index 24e99bd..809a287 100644 --- a/docs/reference/relrisk_analysis.html +++ b/docs/reference/relrisk_analysis.html @@ -1,11 +1,11 @@ -Relative risk analysis — relrisk_analysis • spsurvey @@ -38,7 +38,7 @@
  • @@ -573,7 +573,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/revisit_bibd.html b/docs/reference/revisit_bibd.html index 338eff9..5e79655 100644 --- a/docs/reference/revisit_bibd.html +++ b/docs/reference/revisit_bibd.html @@ -1,10 +1,10 @@ -Create a balanced incomplete block panel revisit design — revisit_bibd • spsurveyCreate a balanced incomplete block panel revisit design — revisit_bibd • spsurvey @@ -37,7 +37,7 @@
  • @@ -217,7 +217,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/revisit_dsgn.html b/docs/reference/revisit_dsgn.html index ee09069..7fd49cb 100644 --- a/docs/reference/revisit_dsgn.html +++ b/docs/reference/revisit_dsgn.html @@ -1,8 +1,8 @@ -Create a panel revisit design — revisit_dsgn • spsurveyCreate a panel revisit design — revisit_dsgn • spsurvey @@ -35,7 +35,7 @@
  • @@ -355,7 +355,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/revisit_rand.html b/docs/reference/revisit_rand.html index ed9bb4c..fdb6d7c 100644 --- a/docs/reference/revisit_rand.html +++ b/docs/reference/revisit_rand.html @@ -1,10 +1,10 @@ -Create a revisit design with random assignment to panels and time periods — revisit_rand • spsurvey @@ -37,7 +37,7 @@
  • @@ -241,7 +241,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/sp_balance.html b/docs/reference/sp_balance.html index cedf22a..7a892eb 100644 --- a/docs/reference/sp_balance.html +++ b/docs/reference/sp_balance.html @@ -1,7 +1,7 @@ -Calculate spatial balance metrics — sp_balance • spsurveyCalculate spatial balance metrics — sp_balance • spsurvey @@ -34,7 +34,7 @@
  • @@ -188,7 +188,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/sp_frame.html b/docs/reference/sp_frame.html index c803e2b..c43565c 100644 --- a/docs/reference/sp_frame.html +++ b/docs/reference/sp_frame.html @@ -1,6 +1,6 @@ -sp_frame objects — sp_frame • spsurveysp_frame objects — sp_frame • spsurvey @@ -33,7 +33,7 @@
  • @@ -125,7 +125,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/sp_plot.html b/docs/reference/sp_plot.html index 9bf265d..8aacc2f 100644 --- a/docs/reference/sp_plot.html +++ b/docs/reference/sp_plot.html @@ -1,5 +1,5 @@ -Plot sampling frames, design sites, and analysis data. — sp_plot • spsurveyPlot sampling frames, design sites, and analysis data. — sp_plot • spsurvey @@ -40,7 +40,7 @@
  • @@ -247,7 +247,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/sp_rbind.html b/docs/reference/sp_rbind.html index b83d48e..e6e6365 100644 --- a/docs/reference/sp_rbind.html +++ b/docs/reference/sp_rbind.html @@ -1,9 +1,9 @@ -Combine rows from GRTS or IRS samples. — sp_rbind • spsurveyCombine rows from GRTS or IRS samples. — sp_rbind • spsurvey @@ -36,7 +36,7 @@
  • @@ -130,7 +130,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/sp_summary.html b/docs/reference/sp_summary.html index 902a4d6..4b8ce4d 100644 --- a/docs/reference/sp_summary.html +++ b/docs/reference/sp_summary.html @@ -1,11 +1,11 @@ -Summarize sampling frames, design sites, and analysis data. — sp_summary • spsurveySummarize sampling frames, design sites, and analysis data. — sp_summary • spsurvey @@ -38,7 +38,7 @@
  • @@ -177,7 +177,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/spsurvey-package.html b/docs/reference/spsurvey-package.html index cf7e064..2b57e0b 100644 --- a/docs/reference/spsurvey-package.html +++ b/docs/reference/spsurvey-package.html @@ -1,5 +1,5 @@ -spsurvey: Spatial Sampling Design and Analysis — spsurvey-package • spsurveyspsurvey: Spatial Sampling Design and Analysis — spsurvey-package • spsurvey @@ -52,7 +52,7 @@
  • @@ -114,7 +114,7 @@

    spsurvey: Spatial Sampling Design and Analysis

    See also

    -
    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/stopprnt.html b/docs/reference/stopprnt.html index c568a30..63cc77c 100644 --- a/docs/reference/stopprnt.html +++ b/docs/reference/stopprnt.html @@ -1,6 +1,6 @@ -Print grts() and irs() errors. — stopprnt • spsurveyPrint grts() and irs() errors. — stopprnt • spsurvey @@ -33,7 +33,7 @@
  • @@ -114,7 +114,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/summary.html b/docs/reference/summary.html index 2013966..ece7ce1 100644 --- a/docs/reference/summary.html +++ b/docs/reference/summary.html @@ -1,11 +1,11 @@ -Summarize sampling frames, design sites, and analysis data. — summary • spsurveySummarize sampling frames, design sites, and analysis data. — summary • spsurvey @@ -38,7 +38,7 @@
  • @@ -176,7 +176,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/trend_analysis.html b/docs/reference/trend_analysis.html index cbf6033..a40d8a1 100644 --- a/docs/reference/trend_analysis.html +++ b/docs/reference/trend_analysis.html @@ -1,5 +1,5 @@ -Trend analysis — trend_analysis • spsurvey @@ -44,7 +44,7 @@
  • @@ -740,7 +740,7 @@

    Examples

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/reference/warnprnt.html b/docs/reference/warnprnt.html index e974210..4476562 100644 --- a/docs/reference/warnprnt.html +++ b/docs/reference/warnprnt.html @@ -1,6 +1,6 @@ -Print grts(), irs()), and analysis function warnings — warnprnt • spsurveyPrint grts(), irs()), and analysis function warnings — warnprnt • spsurvey @@ -33,7 +33,7 @@
  • @@ -114,7 +114,7 @@

    Author

    -

    Site built with pkgdown 2.0.7.

    +

    Site built with pkgdown 2.0.9.

    diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 88d7dd0..e2a98ce 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1,171 +1,171 @@ - /404.html + https://usepa.github.io/spsurvey/404.html - /articles/analysis.html + https://usepa.github.io/spsurvey/articles/analysis.html - /articles/EDA.html + https://usepa.github.io/spsurvey/articles/EDA.html - /articles/index.html + https://usepa.github.io/spsurvey/articles/index.html - /articles/sampling.html + https://usepa.github.io/spsurvey/articles/sampling.html - /articles/start-here.html + https://usepa.github.io/spsurvey/articles/start-here.html - /authors.html + https://usepa.github.io/spsurvey/authors.html - /index.html + https://usepa.github.io/spsurvey/index.html - /LICENSE.html + https://usepa.github.io/spsurvey/LICENSE.html - /news/index.html + https://usepa.github.io/spsurvey/news/index.html - /reference/adjwgt.html + https://usepa.github.io/spsurvey/reference/adjwgt.html - /reference/adjwgtNR.html + https://usepa.github.io/spsurvey/reference/adjwgtNR.html - /reference/ash1_wgt.html + https://usepa.github.io/spsurvey/reference/ash1_wgt.html - /reference/attrisk_analysis.html + https://usepa.github.io/spsurvey/reference/attrisk_analysis.html - /reference/cat_analysis.html + https://usepa.github.io/spsurvey/reference/cat_analysis.html - /reference/cdf_plot.html + https://usepa.github.io/spsurvey/reference/cdf_plot.html - /reference/change_analysis.html + https://usepa.github.io/spsurvey/reference/change_analysis.html - /reference/cont_analysis.html + https://usepa.github.io/spsurvey/reference/cont_analysis.html - /reference/cont_cdfplot.html + https://usepa.github.io/spsurvey/reference/cont_cdfplot.html - /reference/cont_cdftest.html + https://usepa.github.io/spsurvey/reference/cont_cdftest.html - /reference/cov_panel_dsgn.html + https://usepa.github.io/spsurvey/reference/cov_panel_dsgn.html - /reference/diffrisk_analysis.html + https://usepa.github.io/spsurvey/reference/diffrisk_analysis.html - /reference/errorprnt.html + https://usepa.github.io/spsurvey/reference/errorprnt.html - /reference/grts.html + https://usepa.github.io/spsurvey/reference/grts.html - /reference/Illinois_River.html + https://usepa.github.io/spsurvey/reference/Illinois_River.html - /reference/Illinois_River_Legacy.html + https://usepa.github.io/spsurvey/reference/Illinois_River_Legacy.html - /reference/index.html + https://usepa.github.io/spsurvey/reference/index.html - /reference/irs.html + https://usepa.github.io/spsurvey/reference/irs.html - /reference/Lake_Ontario.html + https://usepa.github.io/spsurvey/reference/Lake_Ontario.html - /reference/localmean_cov.html + https://usepa.github.io/spsurvey/reference/localmean_cov.html - /reference/localmean_var.html + https://usepa.github.io/spsurvey/reference/localmean_var.html - /reference/localmean_weight.html + https://usepa.github.io/spsurvey/reference/localmean_weight.html - /reference/NE_Lakes.html + https://usepa.github.io/spsurvey/reference/NE_Lakes.html - /reference/NE_Lakes_df.html + https://usepa.github.io/spsurvey/reference/NE_Lakes_df.html - /reference/NE_Lakes_Legacy.html + https://usepa.github.io/spsurvey/reference/NE_Lakes_Legacy.html - /reference/NLA_PNW.html + https://usepa.github.io/spsurvey/reference/NLA_PNW.html - /reference/NRSA_EPA7.html + https://usepa.github.io/spsurvey/reference/NRSA_EPA7.html - /reference/pd_summary.html + https://usepa.github.io/spsurvey/reference/pd_summary.html - /reference/plot.html + https://usepa.github.io/spsurvey/reference/plot.html - /reference/plot.sp_CDF.html + https://usepa.github.io/spsurvey/reference/plot.sp_CDF.html - /reference/power_dsgn.html + https://usepa.github.io/spsurvey/reference/power_dsgn.html - /reference/ppd_plot.html + https://usepa.github.io/spsurvey/reference/ppd_plot.html - /reference/relrisk_analysis.html + https://usepa.github.io/spsurvey/reference/relrisk_analysis.html - /reference/revisit_bibd.html + https://usepa.github.io/spsurvey/reference/revisit_bibd.html - /reference/revisit_dsgn.html + https://usepa.github.io/spsurvey/reference/revisit_dsgn.html - /reference/revisit_rand.html + https://usepa.github.io/spsurvey/reference/revisit_rand.html - /reference/spsurvey-package.html + https://usepa.github.io/spsurvey/reference/spsurvey-package.html - /reference/sp_balance.html + https://usepa.github.io/spsurvey/reference/sp_balance.html - /reference/sp_frame.html + https://usepa.github.io/spsurvey/reference/sp_frame.html - /reference/sp_plot.html + https://usepa.github.io/spsurvey/reference/sp_plot.html - /reference/sp_rbind.html + https://usepa.github.io/spsurvey/reference/sp_rbind.html - /reference/sp_summary.html + https://usepa.github.io/spsurvey/reference/sp_summary.html - /reference/stopprnt.html + https://usepa.github.io/spsurvey/reference/stopprnt.html - /reference/summary.html + https://usepa.github.io/spsurvey/reference/summary.html - /reference/trend_analysis.html + https://usepa.github.io/spsurvey/reference/trend_analysis.html - /reference/warnprnt.html + https://usepa.github.io/spsurvey/reference/warnprnt.html diff --git a/man/figures/logo.png b/man/figures/logo.png new file mode 100644 index 0000000..456a7e0 Binary files /dev/null and b/man/figures/logo.png differ diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png new file mode 100644 index 0000000..c088a86 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-120x120.png differ diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png new file mode 100644 index 0000000..cbae6c7 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-152x152.png differ diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png new file mode 100644 index 0000000..d6f0033 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-180x180.png differ diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png new file mode 100644 index 0000000..a57102f Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-60x60.png differ diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png new file mode 100644 index 0000000..fdd8b50 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-76x76.png differ diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png new file mode 100644 index 0000000..40c4a37 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png new file mode 100644 index 0000000..39c9909 Binary files /dev/null and b/pkgdown/favicon/favicon-16x16.png differ diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png new file mode 100644 index 0000000..2cafb45 Binary files /dev/null and b/pkgdown/favicon/favicon-32x32.png differ diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico new file mode 100644 index 0000000..67095b2 Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ