Learn R Programming

AssumpSure (version 1.1.4)

infants: Sample Infant Dataset (CSV)

Description

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

Arguments

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.

Examples

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

Run the code above in your browser using DataLab