na.action(stats)
na.action()所属R语言包:stats
NA Action
无行动
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract information on the NA action used to create an object.
提取用于创建对象的NA行动的信息。
用法----------Usage----------
na.action(object, ...)
参数----------Arguments----------
参数:object
any object whose NA action is given.
NA动作给出任何对象。
参数:...
further arguments special methods could require.
进一步的参数可能需要特殊的方法。
Details
详情----------Details----------
na.action is a generic function, and na.action.default its default method. The latter extracts the "na.action" component of a list if present, otherwise the "na.action" attribute.
na.action是一个通用的功能,和na.action.default它的默认方法。后者提取的"na.action"列表(如果存在),否则"na.action"属性组件。
When model.frame is called, it records any information on NA handling in a "na.action" attribute. Most model-fitting functions return this as a component of their result.
当model.frame被称为,它记录了在NA属性任何"na.action"处理的信息。大多数模型拟合函数返回其结果的一个组成部分。
值----------Value----------
Information from the action which was applied to object if NAs were handled specially, or NULL.
信息的行动,这是应用到object如果NA的被特别处理,或NULL。
参考文献----------References----------
Statistical Models in S. Wadsworth & Brooks/Cole.
参见----------See Also----------
options("na.action"), na.omit, na.fail, also for na.exclude, na.pass.
options("na.action"),na.omit,na.fail,也为na.exclude,na.pass。
举例----------Examples----------
na.action(na.omit(c(1, NA)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|