is.ratetable(survival)
is.ratetable()所属R语言包:survival
Verify that an object is of class ratetable.
验证对象类ratetable的是。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function verifies not only the class attribute, but the structure of the object.
功能验证不仅class属性,但对象的结构。
用法----------Usage----------
is.ratetable(x, verbose=FALSE)
参数----------Arguments----------
参数:x
the object to be verified.
要验证的对象。
参数:verbose
if TRUE and the object is not a ratetable, then return a character string describing the way(s) in which x fails to be a proper ratetable object.
如果TRUE“的对象是不是一个ratetable,描述的方式(S)在x失败是适当ratetable对象,然后返回一个字符串。
Details
详情----------Details----------
Rate tables are used by the pyears and survexp functions, and normally contain death rates for some population, categorized by age, sex, or other variables. They have a fairly rigid structure, and the verbose option can help in creating a new rate table.
费率表所使用的pyears和survexp功能,通常包含一些人口死亡率,年龄,性别或其他变量分类。他们有相当的刚性结构,可以帮助verbose选项创建一个新的利率表。
值----------Value----------
returns TRUE if x is a ratetable, and FALSE or a description if it is not.
回报TRUE如果x如果它不是一个ratetable,FALSE或说明。
参见----------See Also----------
pyears, survexp.
pyears,survexp。
举例----------Examples----------
is.ratetable(survexp.us) # True[真]
is.ratetable(cancer) # False[假]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|