Skip to content

SpatLyu/HSAR

Repository files navigation

HSAR

CRAN DownloadsAll DownloadsMonth R-universe

Hierarchical Spatial Simultaneous Autoregressive Model (HSAR)

Installation

  • Install from CRAN with:
install.packages("HSAR", dep = TRUE)
  • Install development binary version from R-universe with:
install.packages('HSAR',
                 repos = c("https://spatlyu.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
  • Install development source version from GitHub with:
if (!requireNamespace("devtools")) {
    install.packages("devtools")
}
devtools::install_github("SpatLyu/HSAR",
                         build_vignettes = TRUE,
                         dep = TRUE)