Displaying results 1 - 1 of 1
-
BioSense 2.0 Webinar: Creating Syndrome Definitions Using RStudio
Content Type: Webinar
When public health practitioners use BioSense 2.0, they can view and analyze data on a variety of predetermined syndromes from infectious diseases (such as influenza) to injuries. However, some users may want to use tools to explore new and… read more… (such as influenza) to injuries. However, some users may want to use tools to explore new and different syndromes … ddply(df, .(Visit_Date, Syndrome), summarize, Number_of_Visits=length(Visit_Date)) … by Age ggplot(df.auto.daily.counts) + aes(x = Visit_Date, y = count, color=Age_binned) + geom_line(size=2, alpha=.7) …