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… Diagnosis_Text, Chief_Complaint, Age, Gender, Visit_Date_Time, Row_Number FROM TC_Meaningful_Use_Base … ddply(df, .(Visit_Date, Syndrome), summarize, Number_of_Visits=length(Visit_Date)) …

