Releases: elbersb/segregation
Releases · elbersb/segregation
segregation 1.1.0
- various improvements to compression algorithm
- add dendrogram visualization
- allow multiple curves in
segcurve
function - segplot: add optional 'secondary_plot' argument
- segplot: remove 'title' argument
- segplot: add optional 'hline' argument
segregation 1.0.0
- add mutual_total_nested
- add within argument to mutual_expected
- add dissimilarity_expected
- add suite of compression-related functions (some in C++)
- add segplot function
- add functions exposure and isolation
- fix that roxygen2 problem
v0.6.0
v0.5.0
v0.4.0
v0.3.0
- always return data.table
- for ipf function, warn when groups/units are dropped
- return sample size of source dataset for IPF
- don't allow bootstrap when sample size is not an integer, but allow non-integer sample weights (which are unproblematic)
- simplify precision parameter for ipf procedure
- increase default bootstrap to 100
- fix data.table issue (#3)
v0.2.0
v0.1.0
- switch group and unit definitions, to be consistent with the literature
- add Theil's Information Index (H)
- add entropy function
- add mutual_within function to decompose weighted within indices
- add "wide" option to mutual_local and mutual_within
- add "ipf" (iterative proportional fitting) function and a difference decomposition based on IPF
- "mrc_adjusted" difference decomposition is defined only on overlap sample of units and groups
- internal refactoring
v0.0.1 initial release
now on CRAN