Learn R Programming

HIMA (version 2.3.1)

MicrobiomeData: Compositional Mediator Dataset for HIMA Demo

Description

A dataset containing phenotype data and high-dimensional compositional mediators (e.g., microbiome). The dataset was simulated using parameters generated from real data.

Usage

MicrobiomeData

Arguments

Format

A list with the following components:

PhenoData

A data frame containing:

Treatment

treated (value = 1) or not treated (value = 0).

Outcome

a normally distributed continuous outcome variable.

Sex

female (value = 1) or male (value = 0).

Age

age of the participant.

Mediator

A matrix of high-dimensional compositional mediators (rows: samples, columns: variables).

Examples

Run this code
data(MicrobiomeData)
head(MicrobiomeData$PhenoData)

Run the code above in your browser using DataLab