powered by
create a new ccEpisode object by given the episode data as a list. The list should be organised in data items and indexed with NIHC code, e.g. NIHR_HIC_ICU_0108.
new.episode(lt = list(), parse_file = "NA", parse_time = as.POSIXct(NA))
is a list
the file location from which the episode comes from.
the parse date and time of the episode.
ccEpisode object
# NOT RUN { eps <- list() eps[["NIHR_HIC_ICU_0018"]] <- data.frame(time=seq(10), rep(70, 10)) new.episode(eps) # }
Run the code above in your browser using DataLab