MMWRweek2Date {MMWRweek} | R Documentation |
Convert MMWRweek to Date
Description
Computes the Date from the MMWR year, week, and day.
Usage
MMWRweek2Date(MMWRyear, MMWRweek, MMWRday = NULL)
Arguments
MMWRyear |
numeric vector of years |
MMWRweek |
numeric vector of weeks |
MMWRday |
numeric vector of days, defaults to a vector of 1s |
Value
Date vector of dates associated with MMWR year, week, and day
Author(s)
Jarad Niemi niemi@iastate.edu
See Also
Examples
MMWRweek2Date(MMWRyear=2015,MMWRweek=36,MMWRday=3)
[Package MMWRweek version 0.1.3 Index]