Learn R Programming

VIGoR (version 1.0)

Covariates: An example of Covariate objects

Description

A (100 x 2) matrix. The first column is the intercept and filled with 1s for all samples. The second column is a randomly generated covariate consisting of two classes, 0 and 1.

Arguments

Examples

Run this code
# NOT RUN {
data(sampledata)
dim(Covariates)#100 rows and 2 columns
# }

Run the code above in your browser using DataLab