mlmtst | R Documentation |
Computes the sum of squares,
degrees of freedom, pseudo-F statistics and
partial R-squared for
each predictor from a multivariate fit
.
It also returns the eigenvalues of
the residual covariance matrix.
mlmtst(fit, X, subset = NULL, tol = 0.001)
fit |
multivariate fit obtained by |
X |
design matrix obtained by |
subset |
subset of predictors for which summary
statistics will be reported.
Note that this is different from the
" |
tol |
|
Different types of sums of squares
(i.e. "I
", "II
" and
"III
") are available.
A list containing:
SS |
sums of squares for all predictors (and residuals). |
df |
degrees of freedom for all predictors (and residuals). |
f.tilde |
pseudo-F statistics for all predictors. |
r2 |
partial R-squared for all predictors. |
e |
eigenvalues of the residual covariance matrix. |
Diego Garrido-MartÃn
AS204
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.