A dataset containing admission and discharge dates, test results and antibiotic use of 270 patients over 90 days.
1 |
a list containing 4 elements:
a dataframe with four columns and 270 rows. Each row corresponds to a patient, the columns are admission, type, first_positive_test and discharge in days. If there is no type for a patient, type equals -1. If there is no positive test for a patient, first_positive_test equals 20000.
a matrix with 270 rows and 30 columns. Each row corresponds to a patient. Entries correspond to the day of a positive test.
a matrix with 270 rows and 30 columns. Each row corresponds to a patient. Entries correspond to the day of a negative test.
a matrix with 270 rows and 100 columns. Each row corresponds to a patient. Entries correspond to the day when an antibiotic was administered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.