Skip to content

Commit

Permalink
🔀 Merged branch:dev_james_taeuber and branch:main (#22)
Browse files Browse the repository at this point in the history
* ✨ Initial commit for branch "dev_james_taeuber" (ndi v0.1.6.9005)
* Added `james_taeuber()` function to compute the aspatial racial or ethnic Dissimilarity Index (*D*) based on [James & Taeuber (1985)](https://doi.org/10.2307/270845)
* 📝 Update CITATION
* Added CITATION entry for James & Taeuber (1985)
  • Loading branch information
idblr authored Aug 24, 2024
1 parent c10ad3c commit bd42baa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -498,3 +498,22 @@ bibentry(bibtype = 'Article',

header = 'And (2):'
)

bibentry(bibtype = 'Article',
title = 'Measures of Segregation',
author = c(as.person('David R. James'),
as.person('Karl K. Taeuber')),
journal = 'Sociological Methodology',
year = '1985',
volume = '15',
pages = '1--32',
doi = '10.2307/270845',

textVersion =
paste('David R. James & Karl K. Taeuber (1954).',
'Measures of Segregation.',
'Sociological Methodology, 15, 1-32.',
'DOI:10.2307/270845'),

header = 'If you computed D (James & Taeuber) values, please also cite:'
)

0 comments on commit bd42baa

Please sign in to comment.