hsar

Hierarchical Spatial Autoregressive Model

https://github.com/spatlyu/hsar

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

spatial-econometrics spatial-regression spatial-statistics
Last synced: 6 months ago · JSON representation

Repository

Hierarchical Spatial Autoregressive Model

Basic Info
Statistics
  • Stars: 11
  • Watchers: 1
  • Forks: 1
  • Open Issues: 3
  • Releases: 1
Topics
spatial-econometrics spatial-regression spatial-statistics
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "##",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# HSAR


[![CRAN](https://www.r-pkg.org/badges/version/HSAR)](https://CRAN.R-project.org/package=HSAR)
[![DownloadsAll](https://badgen.net/cran/dt/HSAR?color=orange)](https://CRAN.R-project.org/package=HSAR)
[![DownloadsMonth](https://cranlogs.r-pkg.org/badges/HSAR)](https://CRAN.R-project.org/package=HSAR)
[![R-universe](https://spatlyu.r-universe.dev/badges/HSAR?color=cyan)](https://spatlyu.r-universe.dev/HSAR)


**Hierarchical Spatial Simultaneous Autoregressive Model (HSAR)**

## Installation

- Install from [CRAN](https://CRAN.R-project.org/package=HSAR) with:

``` r
install.packages("HSAR", dep = TRUE)
```

- Install development binary version from [R-universe](https://spatlyu.r-universe.dev/HSAR) with:

``` r
install.packages('HSAR',
                 repos = c("https://spatlyu.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
```

- Install development source version from [GitHub](https://github.com/spatlyu/HSAR) with:

```r
if (!requireNamespace("devtools")) {
    install.packages("devtools")
}
devtools::install_github("SpatLyu/HSAR",
                         build_vignettes = TRUE,
                         dep = TRUE)
```

Owner

  • Name: Yungbob Lyu
  • Login: SpatLyu
  • Kind: user
  • Location: Xian,China
  • Company: Shaanxi Normal University

Spatial Statistics; Geoinformatics

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 6
  • Watch event: 11
  • Issue comment event: 6
  • Push event: 41
  • Pull request event: 5
  • Fork event: 1
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 6
  • Watch event: 11
  • Issue comment event: 6
  • Push event: 41
  • Pull request event: 5
  • Fork event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 48
  • Total Committers: 2
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.021
Past Year
  • Commits: 48
  • Committers: 2
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.021
Top Committers
Name Email Commits
SpatLyu l****l@g****m 47
Gordon Arsenoff a****f@p****u 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 2
  • Average time to close issues: 3 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.75
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 2
  • Average time to close issues: 3 days
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.75
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pol-db4drd2 (3)
  • SpatLyu (1)
Pull Request Authors
  • pol-db4drd2 (5)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 214 last-month
  • Total docker downloads: 1,385
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: HSAR

Hierarchical Spatial Autoregressive Model

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 214 Last month
  • Docker Downloads: 1,385
Rankings
Dependent packages count: 27.5%
Dependent repos count: 33.9%
Average: 49.4%
Downloads: 86.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • spatialreg * imports
  • spdep * imports
  • stats * imports
  • Matrix * suggests
  • Rcpp * suggests
  • RcppArmadillo * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • sf * suggests
  • tidyverse * suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite