renumerate(MASS)
renumerate()所属R语言包:MASS
Convert a Formula Transformed by 'denumerate'
转换denumerate“转化公式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
denumerate converts a formula written using the conventions of loglm into one that terms is able to process. renumerate converts it back again to a form like the original.
denumerate使用公约编写一个公式转换loglmterms能够处理。 renumerate转换回来再像原来的形式。
用法----------Usage----------
renumerate(x)
参数----------Arguments----------
参数:x
A formula, normally as modified by denumerate. </table>
一个公式,通常修改denumerate。 </ TABLE>
Details
详情----------Details----------
This is an inverse function to denumerate. It is only needed since terms returns an expanded form of the original formula where the non-marginal terms are exposed. This expanded form is mapped back into a form corresponding to the one that the user originally supplied.
这是一个反函数denumerate。它仅需要自terms返回一个非边际暴露在原配方的扩展形式。映射到一个表单对应一个用户最初提供这种扩展形式。
值----------Value----------
A formula where all variables with names of the form .vn, where n is an integer, converted to numbers, n, as allowed by the formula conventions of loglm.
公式的所有变量名的形式.vn,其中n是一个整数,转换为数字,n,由loglm公式公约允许。
参见----------See Also----------
denumerate
denumerate
举例----------Examples----------
denumerate(~(1+2+3)^3 + a/b)
## ~ (.v1 + .v2 + .v3)^3 + a/b[#〜(V1 + V2 +。第三版)^ 3 + A / B]
renumerate(.Last.value)
## ~ (1 + 2 + 3)^3 + a/b[#〜(1 + 2 + 3)^ 3 + A / B]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|