Variogram(nlme)
Variogram()所属R语言包:nlme
Calculate Semi-variogram
计算半变异函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include default, gls and lme. See the appropriate method documentation for a description of the arguments.
此功能是通用的;写方法功能可以处理特定的类的对象。已经有此功能的方法,包括类default,gls和lme。看到适当的方法参数的描述文件。
用法----------Usage----------
Variogram(object, distance, ...)
参数----------Arguments----------
参数:object
a numeric vector with the values to be used for calculating the semi-variogram, usually a residual vector from a fitted model.
与数字矢量被用来从拟合模型计算的半变差,通常是一个残差矢量的值。
参数:distance
a numeric vector with the pairwise distances corresponding to the elements of object. The order of the elements in distance must correspond to the pairs (1,2), (1,3), ..., (n-1,n), with n representing the length of object, and must have length n(n-1)/2.
与数字向量的对应object元素成对距离。在distance元素的顺序必须对应的对(1,2), (1,3), ..., (n-1,n),n代表object,长度,而且必须有长度n(n-1)/2。
参数:...
some methods for this generic function require additional arguments.
这个泛型函数的一些方法需要额外的参数。
值----------Value----------
will depend on the method function used; see the appropriate documentation.
将取决于所采用的方法函数;看到相应的文档。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
Sons.
in S and S-PLUS", Springer.
参见----------See Also----------
Variogram.corExp, Variogram.corGaus, Variogram.corLin, Variogram.corRatio, Variogram.corSpatial, Variogram.corSpher, Variogram.default, Variogram.gls, Variogram.lme,
Variogram.corExp,Variogram.corGaus,Variogram.corLin,Variogram.corRatio,Variogram.corSpatial,Variogram.corSpher,Variogram.default,Variogram.gls,Variogram.lme,
举例----------Examples----------
## see the method function documentation[#方法函数的文档。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|