Title: Hierarchical and Geographically Weighted Regression
Description: This model divides coefficients into three types,
i.e., local fixed effects, global fixed effects, and random effects (Hu et al., 2022)<doi:10.1177/23998083211063885>.
If data have spatial hierarchical structures (especially are overlapping on some locations),
it is worth trying this model to reach better fitness.
Author: Yigong Hu [aut, cre],
Richard Harris [aut],
Richard Timmerman [aut]
Maintainer: Yigong Hu <yigong.hu@bristol.ac.uk>
Diff between hgwrr versions 0.5-0 dated 2024-07-28 and 0.6-0 dated 2024-11-07
hgwrr-0.5-0/hgwrr/R/make.dummy.R |only hgwrr-0.5-0/hgwrr/R/parse.formula.R |only hgwrr-0.5-0/hgwrr/data/multisampling.large.rda |only hgwrr-0.5-0/hgwrr/man/make.dummy.Rd |only hgwrr-0.5-0/hgwrr/man/multisampling.large.Rd |only hgwrr-0.5-0/hgwrr/man/print.shgt.Rd |only hgwrr-0.5-0/hgwrr/man/print.table.md.Rd |only hgwrr-0.6-0/hgwrr/DESCRIPTION | 26 hgwrr-0.6-0/hgwrr/MD5 | 81 - hgwrr-0.6-0/hgwrr/NAMESPACE | 26 hgwrr-0.6-0/hgwrr/NEWS.md | 19 hgwrr-0.6-0/hgwrr/R/RcppExports.R | 8 hgwrr-0.6-0/hgwrr/R/hetero.R | 340 ++++- hgwrr-0.6-0/hgwrr/R/hgwr.R | 1114 ++++++++--------- hgwrr-0.6-0/hgwrr/R/hgwrr-package.R | 7 hgwrr-0.6-0/hgwrr/R/make_dummy.R |only hgwrr-0.6-0/hgwrr/R/parse_formula.R |only hgwrr-0.6-0/hgwrr/R/utils.R | 248 ++- hgwrr-0.6-0/hgwrr/build/partial.rdb |binary hgwrr-0.6-0/hgwrr/data/datalist | 2 hgwrr-0.6-0/hgwrr/data/mulsam.test.rda |only hgwrr-0.6-0/hgwrr/data/multisampling.rda |binary hgwrr-0.6-0/hgwrr/inst/doc/hgwrr.R | 6 hgwrr-0.6-0/hgwrr/inst/doc/hgwrr.Rmd | 6 hgwrr-0.6-0/hgwrr/inst/doc/hgwrr.html | 183 +- hgwrr-0.6-0/hgwrr/man/hgwr.Rd | 99 + hgwrr-0.6-0/hgwrr/man/hgwrr-package.Rd | 3 hgwrr-0.6-0/hgwrr/man/make_dummy.Rd |only hgwrr-0.6-0/hgwrr/man/mulsam.test.Rd |only hgwrr-0.6-0/hgwrr/man/multisampling.Rd | 12 hgwrr-0.6-0/hgwrr/man/print.hgwrm.Rd | 39 hgwrr-0.6-0/hgwrr/man/print.spahetbootres.Rd |only hgwrr-0.6-0/hgwrr/man/print.summary.hgwrm.Rd | 39 hgwrr-0.6-0/hgwrr/man/print_table_md.Rd |only hgwrr-0.6-0/hgwrr/man/spatial_hetero_test.Rd | 89 - hgwrr-0.6-0/hgwrr/man/spatial_hetero_test_data.Rd |only hgwrr-0.6-0/hgwrr/man/summary.hgwrm.Rd | 15 hgwrr-0.6-0/hgwrr/src/RcppExports.cpp | 19 hgwrr-0.6-0/hgwrr/src/hetero_test.cpp | 10 hgwrr-0.6-0/hgwrr/src/hgwr.cpp | 14 hgwrr-0.6-0/hgwrr/src/libhgwr/include/hlmgwr.h | 34 hgwrr-0.6-0/hgwrr/src/libhgwr/src/hlmgwr.cpp | 177 ++ hgwrr-0.6-0/hgwrr/src/utils.h | 5 hgwrr-0.6-0/hgwrr/tests/others/multisampling_large.R | 12 hgwrr-0.6-0/hgwrr/tests/others/only_random_intercept.R |only hgwrr-0.6-0/hgwrr/tests/others/wuhan_hp.R |only hgwrr-0.6-0/hgwrr/tests/testthat/test-hetero.R | 59 hgwrr-0.6-0/hgwrr/tests/testthat/test-hgwr.R | 189 ++ hgwrr-0.6-0/hgwrr/tests/testthat/test-make.dummy.R | 13 hgwrr-0.6-0/hgwrr/vignettes/hgwrr.Rmd | 6 50 files changed, 1861 insertions(+), 1039 deletions(-)
Title: Japanese Utility Functions and Data
Description: Some data treated by the Japanese R user require
unique operations and processing. These are caused by address, Kanji,
and traditional year representations. 'zipangu' transforms specific
to Japan into something more general one.
Author: Shinya Uryu [aut, cre] ,
Hiroaki Yutani [ctb] ,
Kazuhiro Maeda [ctb],
Mao Kobayashi [ctb],
Akiru Kato [ctb]
Maintainer: Shinya Uryu <suika1127@gmail.com>
Diff between zipangu versions 0.3.2 dated 2022-12-09 and 0.3.3 dated 2024-11-07
zipangu-0.3.2/zipangu/build/zipangu.pdf |only zipangu-0.3.3/zipangu/DESCRIPTION | 10 ++++----- zipangu-0.3.3/zipangu/MD5 | 24 +++++++++++----------- zipangu-0.3.3/zipangu/NEWS.md | 6 +++++ zipangu-0.3.3/zipangu/R/convert-jyear-legacy.R | 5 +--- zipangu-0.3.3/zipangu/R/jholiday.R | 2 - zipangu-0.3.3/zipangu/R/kana.R | 3 -- zipangu-0.3.3/zipangu/R/label-kansuji.R | 2 - zipangu-0.3.3/zipangu/README.md | 15 ++++++------- zipangu-0.3.3/zipangu/build/stage23.rdb |only zipangu-0.3.3/zipangu/man/jholiday.Rd | 2 - zipangu-0.3.3/zipangu/man/kana.Rd | 6 ----- zipangu-0.3.3/zipangu/man/label_kansuji.Rd | 2 - zipangu-0.3.3/zipangu/tests/testthat/test-jyear.R | 10 +++++++++ 14 files changed, 48 insertions(+), 39 deletions(-)
Title: Analysis of Spatial Stratified Heterogeneity
Description: Analyzing spatial factors and exploring spatial associations based on the concept of spatial
stratified heterogeneity, and also takes into account local spatial dependencies, spatial
interpretability, potential spatial interactions, and robust spatial stratification. Additionally,
it supports geographical detector models established in academic literature.
Author: Wenbo Lv [aut, cre, cph] ,
Yangyang Lei [aut] ,
Fangmei Liu [aut] ,
Wufan Zhao [aut] ,
Yongze Song [aut] ,
Jianwu Yan [aut]
Maintainer: Wenbo Lv <lyu.geosocial@gmail.com>
Diff between gdverse versions 1.1-1 dated 2024-10-17 and 1.2 dated 2024-11-07
gdverse-1.1-1/gdverse/man/figures/idsa/idsa_map-1.png |only gdverse-1.2/gdverse/DESCRIPTION | 6 gdverse-1.2/gdverse/MD5 | 128 - gdverse-1.2/gdverse/NAMESPACE | 4 gdverse-1.2/gdverse/NEWS.md | 15 gdverse-1.2/gdverse/R/gd.R | 183 +- gdverse-1.2/gdverse/R/gd_bestunidisc.R | 191 +- gdverse-1.2/gdverse/R/geodetector.R | 1148 ++++++------- gdverse-1.2/gdverse/R/globals.R | 30 gdverse-1.2/gdverse/R/gozh.R | 469 ++--- gdverse-1.2/gdverse/R/idsa.R | 416 ++-- gdverse-1.2/gdverse/R/isp.R |only gdverse-1.2/gdverse/R/lesh.R | 385 ++-- gdverse-1.2/gdverse/R/opgd.R | 263 +-- gdverse-1.2/gdverse/R/r_interact_py.R | 82 gdverse-1.2/gdverse/R/rgd.R | 239 +- gdverse-1.2/gdverse/R/rid.R | 236 +- gdverse-1.2/gdverse/R/sesu_gozh.R | 386 ++-- gdverse-1.2/gdverse/R/sesu_opgd.R | 370 ++-- gdverse-1.2/gdverse/R/spade.R | 329 +-- gdverse-1.2/gdverse/R/srs_geodetecor.R | 751 ++++---- gdverse-1.2/gdverse/R/srsgd.R | 198 +- gdverse-1.2/gdverse/README.md | 30 gdverse-1.2/gdverse/build/vignette.rds |binary gdverse-1.2/gdverse/inst/doc/idsa.Rmd | 216 +- gdverse-1.2/gdverse/inst/doc/idsa.html | 45 gdverse-1.2/gdverse/inst/doc/opgd.Rmd | 414 ++-- gdverse-1.2/gdverse/inst/doc/opgd.html | 12 gdverse-1.2/gdverse/inst/doc/rgdrid.Rmd | 217 +- gdverse-1.2/gdverse/inst/doc/rgdrid.html | 65 gdverse-1.2/gdverse/inst/doc/sesu.Rmd | 1270 +++++++-------- gdverse-1.2/gdverse/inst/doc/sesu.html | 228 +- gdverse-1.2/gdverse/inst/doc/shegd.Rmd | 387 ++-- gdverse-1.2/gdverse/inst/doc/shegd.html | 10 gdverse-1.2/gdverse/inst/doc/spade.Rmd | 444 ++--- gdverse-1.2/gdverse/inst/doc/spade.html | 82 gdverse-1.2/gdverse/inst/python/__pycache__ |only gdverse-1.2/gdverse/inst/python/cpd_disc.py | 112 - gdverse-1.2/gdverse/man/figures/gdverse_funs.png |binary gdverse-1.2/gdverse/man/figures/idsa/idsa_modeling-1.png |binary gdverse-1.2/gdverse/man/figures/rgdrid/rgd_id-1.png |binary gdverse-1.2/gdverse/man/figures/rgdrid/rid_plot-1.png |only gdverse-1.2/gdverse/man/figures/sesu/opgd-1.png |binary gdverse-1.2/gdverse/man/figures/spade/spade-1.png |binary gdverse-1.2/gdverse/man/gd_bestunidisc.Rd | 9 gdverse-1.2/gdverse/man/gozh.Rd | 2 gdverse-1.2/gdverse/man/idsa.Rd | 9 gdverse-1.2/gdverse/man/isp.Rd |only gdverse-1.2/gdverse/man/lesh.Rd | 2 gdverse-1.2/gdverse/man/opgd.Rd | 11 gdverse-1.2/gdverse/man/plot.isp_result.Rd |only gdverse-1.2/gdverse/man/plot.rid_result.Rd |only gdverse-1.2/gdverse/man/print.isp_result.Rd |only gdverse-1.2/gdverse/man/rgd.Rd | 15 gdverse-1.2/gdverse/man/rid.Rd | 22 gdverse-1.2/gdverse/man/sesu_opgd.Rd | 4 gdverse-1.2/gdverse/man/spade.Rd | 6 gdverse-1.2/gdverse/man/srsgd.Rd | 2 gdverse-1.2/gdverse/tests/testthat/test-data_type.R |only gdverse-1.2/gdverse/tests/testthat/test-multicores.R |only gdverse-1.2/gdverse/vignettes/idsa.Rmd | 216 +- gdverse-1.2/gdverse/vignettes/idsa.Rmd.orig | 123 - gdverse-1.2/gdverse/vignettes/opgd.Rmd | 414 ++-- gdverse-1.2/gdverse/vignettes/opgd.Rmd.orig | 160 - gdverse-1.2/gdverse/vignettes/rgdrid.Rmd | 217 +- gdverse-1.2/gdverse/vignettes/rgdrid.Rmd.orig | 160 - gdverse-1.2/gdverse/vignettes/sesu.Rmd | 1270 +++++++-------- gdverse-1.2/gdverse/vignettes/shegd.Rmd | 387 ++-- gdverse-1.2/gdverse/vignettes/shegd.Rmd.orig | 187 +- gdverse-1.2/gdverse/vignettes/spade.Rmd | 444 ++--- 70 files changed, 6516 insertions(+), 6505 deletions(-)