getCovariate.data.frame(nlme)
getCovariate.data.frame()所属R语言包:nlme
Extract Data Frame Covariate
提取数据框架协方差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The right hand side of form, stripped of any conditioning expression (i.e. an expression following a | operator), is evaluated in object.
form右侧,剥夺任何空调的表达(即后|运营商的表达式),被评为object。
用法----------Usage----------
## S3 method for class 'data.frame'
getCovariate(object, form, data)
参数----------Arguments----------
参数:object
an object inheriting from class data.frame.
继承类data.frame对象。
参数:form
an optional formula specifying the covariate to be evaluated in object. Defaults to formula(object).
一个可选的公式指定协进行评估object。 formula(object)默认。
参数:data
some methods for this generic require a separate data frame. Not used in this method.
这个通用的一些方法需要一个单独的数据框。不使用这种方法。
值----------Value----------
the value of the right hand side of form, stripped of any conditional expression, evaluated in object.
在form的object右边的值,任何条件表达式的剥离,评估。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
getCovariateFormula
getCovariateFormula
举例----------Examples----------
getCovariate(Orthodont)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|