Sum.Data: Simulated summary data (i.e., regression coefficients and...

Sum.DataR Documentation

Simulated summary data (i.e., regression coefficients and their standard errors) for 15 studies with 6 markers

Description

A list of regression coefficients and their standard errors for the 15 studies and 6 markers.

Usage

data("Sum.Data")

References

Koh H, Zhao N. Meta-analysis methods for multiple related markers: applications to microbiome studies with the results on multiple α-diversity indices (Under review)

Examples

# Import example summary data for 15 studies and 6 markers.
data(Sum.Data)
est <- Sum.Data$est # Regression coefficients
std.err <- Sum.Data$std.err # Standard errors


hk1785/mMeta documentation built on Dec. 20, 2024, 3:27 a.m.