File: fisher22_fast.Rd

package info (click to toggle)
r-cran-mutoss 0.1-13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: sh: 13; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\name{fisher22_fast}
\alias{fisher22_fast}
\title{Fisher (2x2) table association analysis for calculating one (marginal) p-value...}
\usage{fisher22_fast(obs, epsilon)}
\description{Fisher (2x2) table association analysis for calculating one (marginal) p-value}
\value{A list containing:

\item{nonrand_p}{The non-randomized (conservative) p-value}

\item{rand_p}{The randomized (non-conservative) p-value}

\item{prob_table}{The conditional probability of the observed table (given the merginals)}}
\author{ThorstenDickhaus}
\arguments{\item{obs}{The observed (2x2) table}
\item{epsilon}{A threshold for comparing real numbers to zero}}