E4.12(SenSrivastava)
E4.12()所属R语言包:SenSrivastava
Time taken by Professional Dieticians and Interns for Four Patient
四个病人采取由专业营养师和实习生的时间
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E4.12 data frame has 24 rows and 6 columns. Each row is the activities and time taken by one dietician.
E4.12数据框具有24行和6列。每一行是一个营养师的活动和时间。
用法----------Usage----------
data(E4.12)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, sum of time taken for all activities.
一个数值向量,采取的所有活动的时间总和。
a numeric vector, number of patient contacts for screening.
一个数值向量,筛选病人的接触。
a numeric vector, number of patient contacts for diet class.
一个数值向量,饮食类病人的接触。
a numeric vector, number of patient contacts for meal rounds.
一个数值向量,膳食回合病人的接触。
a numeric vector, number of patient contacts for team rounds.
一个数值向量,为球队回合病人的接触。
a factor with levels Intern Prof, dietician is professional or intern.
一个因素与水平InternProf,的营养师是专业或实习。
源----------Source----------
The data where made available to one of the authors by a student.
数据提供给作者的学生之一。
实例----------Examples----------
m1 <- lm(Time ~ SC+DC+MR+TR-1, data=E4.12, subset=Dietician=="Prof")
summary(m1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|