corClasses(nlme)
corClasses()所属R语言包:nlme
Correlation Structure Classes
相关结构类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Standard classes of correlation structures (corStruct) available in the nlme library.
相关结构的标准类(corStruct)nlme库。
值----------Value----------
Available standard classes:
可用标准类:
参数:corAR1
autoregressive process of order 1.
1阶自回归过程。
参数:corARMA
autoregressive moving average process, with arbitrary orders for the autoregressive and moving average components.
自回归移动平均线的过程中,自回归和移动平均线组件的任意订单。
参数:corCAR1
continuous autoregressive process (AR(1) process for a continuous time covariate).
连续自回归过程(AR(1)连续时间协变量的过程)。
参数:corCompSymm
compound symmetry structure corresponding to a constant correlation.
复合对称结构对应于一个常数的相关性。
参数:corExp
exponential spatial correlation.
指数的空间相关性。
参数:corGaus
Gaussian spatial correlation.
高斯空间相关。
参数:corLin
linear spatial correlation.
线性空间的相关性。
参数:corRatio
Rational quadratics spatial correlation.
合理的二次方程式的空间相关性。
参数:corSpher
spherical spatial correlation.
球面空间的相关性。
参数:corSymm
general correlation matrix, with no additional structure.
相关矩阵一般,没有额外的结构。
注意----------Note----------
Users may define their own corStruct classes by specifying a constructor function and, at a minimum, methods for the functions corMatrix and coef. For examples of these functions, see the methods for classes corSymm and corAR1.
用户可以定义自己的corStruct类constructor函数指定,并在最低限度,方法的功能corMatrix和coef。对于这些功能的例子,看到corSymm和corAR1类的方法。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参考文献----------References----------
in S and S-PLUS", Springer.
参见----------See Also----------
corAR1, corARMA, corCAR1, corCompSymm, corExp, corGaus, corLin, corRatio, corSpher, corSymm,
corAR1,corARMA,corCAR1,corCompSymm,corExp,corGaus,corLin,corRatio,corSpher,corSymm
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|