FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stscl/sesp: Spatially Explicit Stratified Power · GitHub

/ sesp Public

Repository files navigation

sesp

Spatially Explicit Stratified Power Model

Installation

install.packages('sesp',
                 repos = c("https://stscl.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
  • Install from source code on GitHub with:
if (!requireNamespace("devtools")) {
    install.packages("devtools")
}
devtools::install_github("stscl/sesp",
                         build_vignettes = TRUE,
                         dep = TRUE)

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL