n.risk(wild1)
n.risk()所属R语言包:wild1
Number of records in a risk set
一个风险组中的记录数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the number of records in the risk set at each time represented in survival records.
返回在生存记录表示在每个时间设置的风险中的记录数。
用法----------Usage----------
n.risk(entry, exit, interval=1,...)
参数----------Arguments----------
参数:entry
A data vector of class "numeric" or "chron", representing times of entry for individuals in the risk set.
数据向量类"numeric"或"chron",表示时间的条目个人的风险集中。
参数:exit
A data vector of class "numeric" or "chron", representing times of exit for individuals in the risk set.
数据向量类"numeric"或"chron",为个人的风险集中的退出表示时间。
参数:interval
A numeric value representing the measurement interval for time, t. If entry and exit times are given by an object of class "chron," default unit is 1 day. Tallies the risk set for each value in seq(from=entry+unit, to=exit, by=unit).
测量间隔时间,t的数值。如果进入和退出的时间是类的一个对象“chron,”默认单位为1天。组中的每个值seq(from=entry+unit, to=exit, by=unit)相吻合的风险。
参数:...
Optional arguments to plot.
可选参数到plot。
Details
详细信息----------Details----------
Also produces a plot of risk set size vs. time.
此外,还生产风险集的大小与时间的图。
值----------Value----------
An object of class "dataframe" with 2 columns:<br> <table summary="R valueblock"> <tr valign="top"><td> t </td> <td> Event times in intervals defined by (entry, exit].</td></tr> <tr valign="top"><td> n </td> <td> Number of records in risk set at time t.</td></tr> </table>
类的一个对象"dataframe"2列:参考表summary="R valueblock"> <tr valign="top"> <TD> t </ TD> <TD>事件的时间在(entry, exit]。</ TD> </ TR> <tr valign="top"> <TD> n </ TD> <TD>风险组中的记录数定义的时间间隔t。</ TD> </ TR> </ TABLE>
(作者)----------Author(s)----------
Glen A. Sargeant<br>
U.S. Geological Survey<br>
Northern Prairie Wildlife Research Center<br>
<a href="mailto:glen_sargeant@usgs.gov">glen_sargeant@usgs.gov</a>
参见----------See Also----------
chron
chron
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|