Skip to content

Commit bd42baa

Browse files
authored
🔀 Merged branch:dev_james_taeuber and branch:main (#22)
* ✨ 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)
1 parent c10ad3c commit bd42baa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

inst/CITATION

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,22 @@ bibentry(bibtype = 'Article',
498498

499499
header = 'And (2):'
500500
)
501+
502+
bibentry(bibtype = 'Article',
503+
title = 'Measures of Segregation',
504+
author = c(as.person('David R. James'),
505+
as.person('Karl K. Taeuber')),
506+
journal = 'Sociological Methodology',
507+
year = '1985',
508+
volume = '15',
509+
pages = '1--32',
510+
doi = '10.2307/270845',
511+
512+
textVersion =
513+
paste('David R. James & Karl K. Taeuber (1954).',
514+
'Measures of Segregation.',
515+
'Sociological Methodology, 15, 1-32.',
516+
'DOI:10.2307/270845'),
517+
518+
header = 'If you computed D (James & Taeuber) values, please also cite:'
519+
)

0 commit comments

Comments
 (0)