Predict.matrix.cr.smooth(mgcv)
Predict.matrix.cr.smooth()所属R语言包:mgcv
Predict matrix method functions
预测矩阵方法的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The various built in smooth classes for use with gam have associate Predict.matrix
以gam顺利类的各种内置有准Predict.matrix
用法----------Usage----------
## S3 method for class 'cr.smooth'
Predict.matrix(object, data)
## S3 method for class 'cs.smooth'
Predict.matrix(object, data)
## S3 method for class 'cyclic.smooth'
Predict.matrix(object, data)
## S3 method for class 'pspline.smooth'
Predict.matrix(object, data)
## S3 method for class 'tensor.smooth'
Predict.matrix(object, data)
## S3 method for class 'tprs.smooth'
Predict.matrix(object, data)
## S3 method for class 'ts.smooth'
Predict.matrix(object, data)
参数----------Arguments----------
参数:object
a smooth object, usually generated by a smooth.construct method having processed a smooth specification object generated by an s or te term in a gam formula.
光滑的对象,通常smooth.construct在处理s或te公式gam长期产生平稳规范对象的方法产生。
参数:data
A data frame containing the values of the (named) covariates at which the smooth term is to be evaluated. Exact requirements are as for smooth.construct and smooth.construct2 </table>
一个数据框包含的值(命名)的协变量平稳长期进行评估。精确的要求是为smooth.construct和smooth.construct2</表>
Details
详情----------Details----------
The Predict matrix function is not normally called directly, but is rather used internally by predict.gam etc. to predict from a fitted gam model. See Predict.matrix for more details, or the specific smooth.construct pages for details on a particular smooth class.
预测矩阵函数通常不直接调用,但相当predict.gam等内部装gam模型预测。看到Predict.matrix更多详情,或具体的smooth.construct顺利在一个特定的类的详细信息页。
值----------Value----------
A matrix mapping the coeffients for the smooth term to its values at the supplied data values.
矩阵提供的数据值,其值映射的平稳长期的coeffients。
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
参考文献----------References----------
and Hall/CRC Press.
举例----------Examples----------
## see smooth.construct[#看到smooth.construct]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|