Pixel(nlme)
Pixel()所属R语言包:nlme
X-ray pixel intensities over time
随着时间的推移X射线强度像素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Pixel data frame has 102 rows and 4 columns of data on the pixel intensities of CT scans of dogs over time
Pixel数据框有102行和4列数据,随着时间的推移犬CT扫描的像素强度
格式----------Format----------
This data frame contains the following columns:
这个数据框包含下列资料:
a factor with levels 1 to 10 designating the dog on which the scan was made
与水平的一个因素110指定的狗上扫描了
a factor with levels L and R designating the side of the dog being scanned
与水平的一个因素L和R指定一侧的狗被扫描
a numeric vector giving the day post injection of the contrast on which the scan was made
数字矢量扫描对比天注射后
a numeric vector of pixel intensities
数字向量的像素强度
源----------Source----------
Pinheiro, J. C. and Bates, D. M. (2000) Mixed-effects Models in S and S-PLUS, Springer.
皮涅伊罗,JC和Bates,DM(2000)混合效应模型在S和S-PLUS,施普林格。
举例----------Examples----------
fm1 <- lme(pixel ~ day + I(day^2), data = Pixel,
random = list(Dog = ~ day, Side = ~ 1))
summary(fm1)
VarCorr(fm1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|