TTestTable {CPEg}R Documentation

Table of p-values using t-test

Description

The p-values are computed using a t-test and a table is produced.

Usage

TTestTable(X, y)

Arguments

X design matrix
y response, y=1 or y=-1

Value

matrix

Author(s)

A.I. McLeod

See Also

GeneSelectPValue

Examples

data(Mixture)
attach(Mixture)
TTestTable(X, y)

[Package CPEg version 1.1 Index]