Learn R Programming

permRand (version 1.0.0)

testRand: Test Dataset

Description

Generates test data for the randomization functions.

Usage

testRand(rowSize, colSize, studySize, expNS, numCC, QCpct, child)

Value

A practice dataset.

Arguments

rowSize

Max row size.

colSize

Max column size.

studySize

Number of cases.

expNS

Number of aliquots per case/control.

numCC

Number of controls per case.

QCpct

Percent of QCs for number of samples.

child

Number of children per "mother' aliquot.

Examples

Run this code
testR <- testRand(rowSize=20,colSize=15,studySize=1000,expNS=7000,numCC=2,QCpct=0.05,child=4)

Run the code above in your browser using DataLab