raceprofiling(twang)
raceprofiling()所属R语言包:twang
Traffic stop data
交通站数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulated example data for assessing race bias in traffic stop outcomes
模拟示例数据评估种族偏见在交通站结果
用法----------Usage----------
data(raceprofiling)
格式----------Format----------
A data frame with 5000 observations on the following 10 variables.
5000以下10个变量的观察数据框。
id an ID for each traffic stop
id的ID,每个交通站
nhood a factor indicating the neighborhood in which the stop
nhood附近的一个因素,在停止
reason The reason for the stop, mechanical/registration
reason停止的原因,机械/注册
resident an indicator whether the driver is a resident of the
resident驱动程序是否是居民的一个指标
age driver's age
age驾驶员的年龄
male an indicator whether the driver was male
male驱动程序是否是男性的指标
race the race of the driver, with levels A, B,
race的驱动程序,同级别的比赛A,B,
hour the hour of the stop (24-hour clock)
hour停止小时(24小时制)
month and ordered factor indicating in which month the stop
month,并下令因素,指出在哪个月停止
citation an indicator of whether the driver received a citation
citation驱动程序是否收到了引用的指标
源----------Source----------
This is simulated data to demonstrate how to use twang to adjust estimates of racial bias for important factors. This dataset does not represent real data from any real law enforcement agency.
这是模拟数据来演示如何使用twang调整估计种族偏见的重要因素。这个数据集,并不代表任何实际的执法机构的真实数据。
参考文献----------References----------
post-traffic stop outcomes using propensity scores,” Journal of Quantitative Criminology 22(1).
实例----------Examples----------
data(raceprofiling)
# the first five lines of the dataset[第一行的数据集]
raceprofiling[1:5,]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|