Open Masswear opened 5 years ago
An option to calculate episodes with CMA values at or over a certain threshold. This could be achieved inexpensively by:
CMA_per_episode(CMA="CMA1", data=med.events, maximum.permissible.gap = 0.8, #CMA threshold for episodes maximum.permissible.gap.unit = "CMA", # date.format="%m/%d/%Y")
An option to calculate episodes with CMA values at or over a certain threshold. This could be achieved inexpensively by: