Revision 4d37ecce6b3f6a5469d23eeba965d7de2f5ca70f authored by Björn Böttcher on 13 September 2018, 14:20:06 UTC, committed by cran-robot on 13 September 2018, 14:20:06 UTC
1 parent 441d15d
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 p-value}
\usage{
multivariance.pvalue(x)
}
\arguments{
\item{x}{value of a normalized and Nscaled \code{\link{multivariance}}}
}
\description{
Computes the p-value for the hypothesis of independence for a given multivariance/total multivariance.
}
\details{
This is based on a distribution-free approach. The p-value is conservative, i.e. it might be much smaller. This is the counterpart to \code{\link{rejection.level}}. For a less conservative approach see \code{\link{resample.pvalue}}.
p-values larger than 0.215 might be incorrect, since the distribution-free estimate on which the computation is based only holds up to 0.215.
}
\references{
For the theoretic background see the references given on the main help page of this package: \link{multivariance-package}.
}
Computing file changes ...