sleep(VIM)
sleep()所属R语言包:VIM
Mammal sleep data
哺乳动物的睡眠数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sleep data with missing values.
睡眠缺失值的数据。
用法----------Usage----------
data(sleep)
格式----------Format----------
A data frame with 62 observations on the following 10 variables.
62以下10个变量的观察数据框。
BodyWgt a numeric vector
BodyWgt一个数值向量
BrainWgt a numeric vector
BrainWgt一个数值向量
NonD a numeric vector
NonD一个数值向量
Dream a numeric vector
Dream一个数值向量
Sleep a numeric vector
Sleep一个数值向量
Span a numeric vector
Span一个数值向量
Gest a numeric vector
Gest一个数值向量
Pred a numeric vector
Pred一个数值向量
Exp a numeric vector
Exp一个数值向量
Danger a numeric vector
Danger一个数值向量
源----------Source----------
Allison, T. and Chichetti, D. (1976) Sleep in mammals: ecological and constitutional correlates. Science 194 (4266), 732–734.
艾里逊,T.和Chichetti的,D.(1976年)在哺乳动物的睡眠:生态和宪法的相关性。科学“194(4266),732-734。
The data set was imported from GGobi.
进口GGobi的数据集。
实例----------Examples----------
data(sleep, package = "VIM")
summary(sleep)
aggr(sleep)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|