https://github.com/cran/multivariance
Revision e0320c9516346f2d4fe715a5eb662d6aa790a6cb authored by Björn Böttcher on 04 January 2019, 23:20:03 UTC, committed by cran-robot on 04 January 2019, 23:20:03 UTC
1 parent 4d37ecc
Raw File
Tip revision: e0320c9516346f2d4fe715a5eb662d6aa790a6cb authored by Björn Böttcher on 04 January 2019, 23:20:03 UTC
version 1.2.1
Tip revision: e0320c9
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 a conservative 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}.
}
back to top