https://github.com/stscl/sesp
Spatially Explicit Stratified Power
https://github.com/stscl/sesp
Last synced: about 1 year ago
JSON representation
Spatially Explicit Stratified Power
- Host: GitHub
- URL: https://github.com/stscl/sesp
- Owner: stscl
- Created: 2024-09-28T06:56:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T10:16:44.000Z (over 1 year ago)
- Last Synced: 2024-11-10T11:20:19.467Z (over 1 year ago)
- Language: R
- Homepage: https://stscl.github.io/sesp/
- Size: 12.3 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=sesp)
**Spatially Explicit Stratified Power Model**
## Installation
- Install development source version from [GitHub](https://github.com/stscl/sesp) with:
```r
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("stscl/sesp",
build_vignettes = TRUE,
dep = TRUE)
```
