https://github.com/cran/multivariance
Revision 54642f44cc2eda916da706af1cf7cdfb1f96f873 authored by Björn Böttcher on 02 November 2017, 12:46:55 UTC, committed by cran-robot on 02 November 2017, 12:46:55 UTC
0 parent
Raw File
Tip revision: 54642f44cc2eda916da706af1cf7cdfb1f96f873 authored by Björn Böttcher on 02 November 2017, 12:46:55 UTC
version 1.0.5
Tip revision: 54642f4
multivariance.pvalue.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{multivariance.pvalue}
\alias{multivariance.pvalue}
\title{transform multivariance to pvalue}
\usage{
multivariance.pvalue(x)
}
\arguments{
\item{x}{value of a normalized and Nscaled \code{\link{multivariance}}}
}
\description{
Computes the p-value (under the hypothesis of independence) for a given multivariance/total multivariance.
}
\details{
The p-value is conservative, i.e. it might be much smaller. This is the counterpart to \code{\link{rejection.level}}.
}
back to top