PARAMETERS Keyword (MANOVA: Univariate command)
The keyword PARAMETERS
displays information about the estimated size of the effects in
the model. You can specify any of the following keywords in parentheses
on PARAMETERS
. The default is ESTIM
.
ESTIM. The estimated
parameters themselves, along with their standard errors, t tests, and confidence intervals. Only nonredundant parameters are displayed. This setting is the
default if PARAMETERS
is requested
without further specification.
NEGSUM. The negative
of the sum of parameters for each effect. For DEVIATION
main effects, this value equals
the parameter for the omitted (redundant) contrast. NEGSUM
is displayed, along with the parameter
estimates.
ORTHO. The orthogonal estimates of parameters that are used to produce the sums of squares.
COR. Covariance factors and correlations among the parameter estimates.
EFSIZE. The effect size values.
OPTIMAL. Optimal Scheffé contrast coefficients.
ALL. ESTIM, NEGSUM, ORTHO, COR, EFSIZE, and OPTIMAL.