pig.weights(SemiPar)
pig.weights()所属R语言包:SemiPar
Pig weight data
猪的重量数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The pig.weights data frame has 9 repeated weight measures on 48 pigs.
pig.weights数据框有9个重复48头猪的重量措施。
用法----------Usage----------
data(pig.weights)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
id.numidentification number of pig.
猪的id.numidentification一些。
num.weeksnumber of weeks since measurements commenced.
num.weeksnumber周以来的测量开始。
weightbodyweight of pig "id.num" after "num.weeks" weeks.
weightbodyweight的的猪“id.num”后,的“num.weeks”周。
源----------Source----------
Diggle, P.J., Heagerty, P., Liang, K.-Y. and Zeger, S.L. (2002). Analysis of Longitudinal Data, Second Edition, Oxord: Oxford University Press.
Diggle P.J.,Heagerty,P.,梁,K.-Y.和Zeger,S.L. (2002年)。纵向数据,第二版,Oxord分析:牛津大学出版社。
参考文献----------References----------
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)<br> Semiparametric Regression Cambridge University Press.<br> http://stat.tamu.edu/~carroll/semiregbook/
实例----------Examples----------
library(SemiPar)
data(pig.weights)
library(lattice)
xyplot(weight~num.weeks,data=pig.weights,groups=id.num,type="b")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|