Learn R Programming

RUVcorr (version 1.4.2)

print.simulateGEdata: Print an object of class simualteGEdata.

Description

print.simualteGEdata is the print generic for object so f the class simulateGEdata.

Usage

"print"(x, ...)

Arguments

x
An object of the class simulateGEdata.
...
Further arguments passed to or from other methods.

Value

print.simualteGEdata returns the information about simulation and the first 5 rows and 5 columns of all matrices.

See Also

simulateGEdata

Examples

Run this code

Y<-simulateGEdata(500, 500, 10, 2, 5, g=NULL, Sigma.eps=0.1,
250, 100, intercept=TRUE, check.input=FALSE)
Y

Run the code above in your browser using DataLab