Skip to content
/ HSAR Public

❗ This is a read-only mirror of the CRAN R package repository. HSAR — Hierarchical Spatial Autoregressive Model. Homepage: https://spatlyu.github.io/HSAR/https://github.com/spatlyu/HSAR Report bugs for this package: https://github.com/spatlyu/HSAR/issues

Notifications You must be signed in to change notification settings

cran/HSAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

❗ This is a read-only mirror of the CRAN R package repository. HSAR — Hierarchical Spatial Autoregressive Model. Homepage: https://spatlyu.github.io/HSAR/https://github.com/spatlyu/HSAR Report bugs for this package: https://github.com/spatlyu/HSAR/issues

Resources

Stars

Watchers

Forks

Packages

No packages published