flagleap(season)
flagleap()所属R语言包:season
Count the number of days in the month
计数的月份中的天数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Counts the number of days per month given a range of dates. Used to adjust monthly count data for the at-risk time period. For internal use only.
的数量进行计数的天每月给定的范围内的日期。用于调整每月计数数据处于危险的时间段。仅供内部使用。
用法----------Usage----------
flagleap(data, report=TRUE, matchin=FALSE)
参数----------Arguments----------
参数:data
data.
数据。
参数:report
produce a brief report on the range of time used (default=TRUE).
一个简短的报告的时间范围(默认值= TRUE)。
参数:matchin
expand the result to match the start and end dates, otherwise only dates in the data will be returned (default=FALSE).
扩大的结果相匹配的开始和结束日期,否则只有在数据的日期将被退回(默认值= FALSE)。
Details
详细信息----------Details----------
The data should contain the numeric variable called
数据应包含数字变量
值----------Value----------
参数:year
year (4 digits).
年(4位数)。
参数:month
month (2 digits).
月(2位)。
参数:ndaysmonth
number of days in the month (either 28, 29, 30 or 31).
在一个月的天数(无论是28,29,30或31)。
(作者)----------Author(s)----------
Adrian Barnett <a href="mailto:a.barnett<at>qut.edu.au">a.barnett<at>qut.edu.au</a>
实例----------Examples----------
data(CVD)
days = flagleap(data=CVD)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|