ratetableDate(survival)
ratetableDate()所属R语言包:survival
Convert date objects to ratetable form
将日期对象转换ratetable形式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method converts dates from various forms into the internal form used in ratetable objects.
这种方法转换成内部形式ratetable对象中使用的各种形式的日期。
用法----------Usage----------
ratetableDate(x)
参数----------Arguments----------
参数:x
a date. The function currently has methods for Date, date, POSIXt, timeDate, and chron objects.
一个日期。目前的功能有日期,日期,POSIXt,TIMEDATE,和专栏对象的方法。
Details
详情----------Details----------
This function is useful for those who create new ratetables, but is normally invisible to users. It is used internally by the survexp and pyears functions to map the various date formats; if a new method is added then those routines will automatically be adapted to the new date type.
此功能是为那些创建新ratetables的有用的,但用户通常是不可见的。据survexp和pyears函数内部使用各种日期格式的映射;如果添加一种新的方法,那么这些例程会自动适应新的日期类型。
值----------Value----------
a numeric vector, the number of days since 1/1/1960.
数字向量,自1960年1月1日的天数。
作者(S)----------Author(s)----------
Terry Therneau
参见----------See Also----------
pyears, survexp
pyears,survexp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|