The HPMIXED Procedure |
ODS Table Names |
Each table created by PROC HPMIXED has a name associated with it, and you must use this name to reference the table when using ODS statements. These names are listed in Table 43.3.
Table Name |
Description |
Required Statement / Option |
---|---|---|
OverallANOVA |
ANOVA table for model without random effect |
default output for fixed models |
ClassLevels |
level information from the CLASS statement |
default output |
Coef |
matrix coefficients |
E option in MODEL, |
Contrasts |
results from the CONTRAST |
CONTRAST |
ConvergenceStatus |
convergence status |
default |
CovParms |
estimated covariance parameters |
default output |
Dimensions |
dimensions of the model |
default output |
Estimates |
results from ESTIMATE statements |
ESTIMATE |
FitStatistics |
fit statistics |
default |
IterHistory |
iteration history |
default output |
LSMeans |
LS-means |
LSMEANS |
MMEq |
mixed model equations |
PROC HPMIXED MMEQ |
ModelInfo |
model information |
default output |
NObs |
number of observations read and used |
default output |
OptInfo |
optimization information |
default output |
ParameterEstimates |
fixed-effects solution |
MODEL/SOLUTION |
ParmSearch |
parameter search values |
PARMS |
SimpleStatistics |
descriptive statistics for dependent variable and covariate variables |
default output |
SolutionR |
random-effect solution vector |
RANDOM/SOLUTION |
Tests3 |
Type III tests of fixed effects |
TEST |
Note: This procedure is experimental.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.