File: ErrorControl.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-- 556 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\name{ErrorControl-class}
\docType{class}
\alias{ErrorControl-class}
\title{Class ErrorControl}
\description{This class holds the information related to the error rate}
\section{Slots}{
  \describe{
    \item{\code{type}:}{a character specifying the error rate. For example FWER, FDR, ... }
    \item{\code{alpha}:}{the level at which the error rate shall be controlled}
    \item{\code{k}:}{an additional parameter for generalised FWER}
    \item{\code{q}:}{an additional parameter for FDX (false discovery exceedance)}
  }
}
\author{MuToss-Coding Team}