Skip to contents

griddy 0.1.0

Initial CRAN release.

Workflow

Spatial weights

  • spatial_markov() accepts a geometry argument: an sf tibble with one row per spatial unit and nb / wt list-columns produced by sfdep. This is the preferred input. listw and nb arguments remain accepted for compatibility with prior workflows and oracle comparisons.

Data

  • Bundled usjoin: 48 contiguous US state per-capita personal income, 1929–2009, mirroring PySAL’s reference dataset for spatial Markov examples.

Validation

  • Static fixtures cross-checked against estdaR::sp.mkv() and spdyn::spMarkov(). Optional live cross-checks run when those packages or PySAL giddy are installed.