toydata(SpatialTools)
toydata()所属R语言包:SpatialTools
A toy data set for use in examples.
甲扭蛋实施例中使用的数据集。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A list containing X, a 50 x 3 design matrix, y, a vector of length 50 of observed responses, V, a 50 x 50 covariance matrix for the observed data, Xp, a 121 x 3 design matrix for the predicted responses, Vp, the 121 x 121 covariance matrix of the predicted responses, Vop, the 50 x 121 covariance matrix between the observed responses and the predicted responses, coords, a 50 x 2 matrix containing the sites of the 50 observed responses, and pcoords, a 121 x 2 matrix containing the 121 sites for the predicted responses (a 11 x 11 regular grid over the domain [0, 1]x[0, 1]).
一个列表,其中包含X,50×3设计矩阵,y,一个向量长度为50观察到的反应,V,一个50×50的协方差矩阵所观察到的数据, X>,121×3矩阵设计为预测的响应,Xp,121×121的协方差矩阵的预测的响应,Vp,50×121之间的观察到的响应和协方差矩阵预测的反应,Vop,50×2矩阵的网站所在的50个观察到的反应,和coords,121×2矩阵预测的响应包含的121个(11×11规则的网格在域[0,1]×[0,1])。
用法----------Usage----------
data(toydata)
(作者)----------Author(s)----------
Joshua French
实例----------Examples----------
data(toydata)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|