File: reject.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 (20 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{reject}
\alias{reject}
\title{reject}
\usage{reject(sorted, criticals)}
\description{
	Returns the highest rejected p-value and its index given some critical values.
}
\arguments{
  \item{sorted}{
	Sorted p-values
  }
  \item{criticals}{
  	Critical values
  }
}
\value{
	A list with elements
\item{cutoff}{highest rejected p-value}
\item{cut.index }{index of highest rejected p-value}
}