File: printRejected.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 (16 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\name{printRejected}
\alias{printRejected}
\title{Internal MuTossProjekt-Function}
\usage{printRejected(rejected, pValues=NULL, adjPValues=NULL)}
\description{Generates standard output for pValues, rejected and
adjustedPValues.}
\details{It generates an output on the console with the number of
hypotheses (number of pValues) and the number of rejected
hypotheses (number of rejected pValues). Further a data.frame
is constructed, one column containing the rejected pValues, 
one the index number of the rejected pValues and if given 
one column with the corresponding adjusted pValues.}
\author{MarselScheer}
\arguments{\item{rejected}{logical Vector indicating which pValue is rejected.}
\item{pValues}{the used pValues.}
\item{adjPValues}{the adjusted pValues.}}