p.asympt {manta} | R Documentation |
Asymptotic P-values
Description
Computes asymptotic P-values given the numerator of the pseudo-F statistic, its degrees of freedom and the eigenvalues of the residual covariance matrix.
Usage
p.asympt(ss, df, lambda, eps = 1e-14, eps.updt = 2, eps.stop = 1e-10)
Arguments
ss |
numerator of the pseudo-F statistic. |
df |
degrees of freedom of the numerator of the pseudo-F statistic. |
lambda |
eigenvalues of the residual covariance matrix. |
eps |
the desired level of accuracy. |
eps.updt |
factor by which |
eps.stop |
if |
Value
A vector containing the P-value and the level of accuracy.
Author(s)
Diego Garrido-MartÃn
See Also
[Package manta version 1.0.1 Index]