| infants | R Documentation |
A simulated dataset included with the AssumpSure package and used by the Shiny app for demonstration and testing.
A CSV file with 251 rows and 12 columns:
Participant identifier.
Treatment group.
Measurement time point.
Participant gender.
Method of delivery.
Participant country.
Whether the participant received fortification.
Whether the participant received nutrients.
Whether the participant experienced diarrhea.
Participant weight.
Bacterial richness count.
Participant height.
The file is stored in inst/extdata/infants.csv and can be accessed with:
system.file("extdata", "infants.csv", package = "AssumpSure").
All values are synthetic, created only for demonstration; no human data were used, and no ethical approval or consent is required.
Simulated data generated by the author.
read.csv(system.file("extdata", "infants.csv", package = "AssumpSure"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.