Skip to content

slu-openGIS/tidyseg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package with tidy approaches for calculating measures of segregation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages