1 2 3 4 5 6 7 8 9
|
\name{fisher23.marginal}
\alias{fisher23.marginal}
\title{Fisher-type (2x3) table association analysis for calculating all marginal p-values...}
\usage{fisher23.marginal(data, model)}
\description{Fisher-type (2x3) table association analysis for calculating all marginal p-values}
\value{A list containing the m marginal p-values}
\author{ThorstenDickhaus}
\arguments{\item{data}{A tensor of dimension (2x3xm) where m is the number of endpoints (genes, etc.)}
\item{model}{A model object indicating that this type of analysis shall be performed}}
|