Learn R Programming

mixEMM (version 1.0)

sim_dat: An example data set

Description

This simulated data list is for demonstration.

Arguments

Value

A list containing

Ym

A N by p outcome data from N clusters/batches/experiments; and p is the number of samples within each cluster. The first sample within each cluster is a reference sample with a different error variance than other samples. Missing values are coded as NAs. Note the model allows unbalanced data.

X

A covariate array of dimension of N by k by p, where k is the number of covariates.

Examples

Run this code
data(sim_dat)

Run the code above in your browser using DataLab