infants: Sample Infant Dataset (CSV)

infantsR Documentation

Sample Infant Dataset (CSV)

Description

A simulated dataset included with the AssumpSure package and used by the Shiny app for demonstration and testing.

Format

A CSV file with 251 rows and 12 columns:

infant_id

Participant identifier.

Treatment

Treatment group.

timepoint

Measurement time point.

gender

Participant gender.

born_method

Method of delivery.

country

Participant country.

fortified

Whether the participant received fortification.

nutrients

Whether the participant received nutrients.

diarrhea

Whether the participant experienced diarrhea.

weight

Participant weight.

count

Bacterial richness count.

height

Participant height.

Details

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.

Source

Simulated data generated by the author.

Examples

read.csv(system.file("extdata", "infants.csv", package = "AssumpSure"))

AssumpSure documentation built on Nov. 12, 2025, 5:07 p.m.