p.asympt {manta} | R Documentation |
Computes asymptotic P-values given the numerator of the pseudo-F statistic, its degrees of freedom and the eigenvalues of the residual covariance matrix.
p.asympt(ss, df, lambda, eps = 1e-14, eps.updt = 2, eps.stop = 1e-10)
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 |
A vector containing the P-value and the level of accuracy.
Diego Garrido-MartÃn