samhda(UsingR)
samhda()所属R语言包:UsingR
Substance Abuse and Mental Health Data for teens
为青少年物质滥用和精神健康数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A data frame containing data on health behaviour for school-aged children.
一个数据框包含的数据为学龄孩子的健康行为。
用法----------Usage----------
data(samhda)
格式----------Format----------
A data frame with 600 observations on the following 9 variables.
600观察以下9个变量的数据框。
wt A numeric weight used in sampling
重量用于采样的数值重量
gender 1=Male, 2=Female, 7=not recorded
性别1男,2女,7 =没有记录
grade 1 = 6th, 2 = 8th, 3 = 10th
1级= 6,2 = 3 = 8日,10日
live.with.father 1 = Y, 2 = N
live.with.father 1 = Y,2 = N
amt.smoke Amount of days you smoked cigarettes in last 30. 1 = all 30, 2=
amt.smoke的天量,你抽的烟,在过去的30。 1 =所有30个,2 =
alcohol Have you ever drank alcohol, 1 = Y, 2 = N
酒精你有没有喝过酒,1 = Y,2 = N
amt.alcohol Number of days in last 30 in which you drank
在过去的30天中,你喝了amt.alcohol号码
marijuana Ever smoke marijuana. 1 = Y, 2= N
大麻永吸食大麻。 1 = Y,2 = N
amt.marijuana Number of days in lst 30 that marijuana was used. 1 = Never used, 2 = all 30, 3 = 20-29, 4 = 10-19, 5 = 6-9, 6 = 3-5, 7 = 1-2, 8 =Used, but not in
在LST 30 amt.marijuana的天数,大麻被使用。 1 =从不,2 =所有30个,3 = 20-29 = 10-19,5 = 6-9,6 = 3-5,7 = 1-2,8 =使用,但不
Details
详细信息----------Details----------
A data frame containing data on health behaviour for school-aged children.
一个数据框包含的数据为学龄孩子的健康行为。
源----------Source----------
This data is sampled from the data set "Health Behavior in School-Aged Children, 1996: [United States]" collected by the World Health Organization, http://www.icpsr.umich.edu/. It is available at the Substance Abuse and Mental Health Data Archive (SAMHDA). Only complete cases are given.
这个数据是从设定“在学龄儿童健康行为,1996年:[美国]”由世界卫生组织,http://www.icpsr.umich.edu/收集的数据采样。它是在物质滥用和精神健康数据存档(SAMHDA)。只有完整的情况下。
实例----------Examples----------
data(samhda)
attach(samhda)
table(amt.smoke)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|