Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 514 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 514 Bytes

tidyseg

This package implements a tidy approach to calculating various measures of segregation used in demography and spatial statistics.

Installation

For now, tidyseg is not available on CRAN and therefore should be installed from GitHub:

remotes::install_github("slu-openGIS/tidyseg")

Usage

As this time, the package includes a function for estimating index of dissimilarity values:

> df <- stlRace
>
> ts_dissim(df, popA = black, popB = white, return = "index")
[1] 0.6148765