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 55.11.

Table 55.11: ODS Tables Produced by PROC HPMIXED

Table Name

Description

Required Statement / Option

CholR

Cholesky root of blocks of the estimated $\bR $ matrix

REPEATED / RC

ClassLevels

Level information from the CLASS statement

Default output

Coef

$\bL $ matrix coefficients

E option in TEST ,
CONTRAST , ESTIMATE ,
or LSMEANS

Contrasts

Results from the CONTRAST
statements

CONTRAST

ConvergenceStatus

Convergence status

Default

CovParms

Estimated covariance parameters

Default output

Diffs

Differences of LS-means

LSMEANS / DIFF (or PDIFF)

Dimensions

Dimensions of the model

Default output

Estimates

Results from ESTIMATE statements

ESTIMATE

FitStatistics

Fit statistics

Default

InvCholR

Inverse Cholesky root of blocks of the estimated $\mb{R}$ matrix

REPEATED / RCI=

InvR

Inverse of blocks of the estimated $\bR $ matrix

REPEATED / RI=

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

OverallANOVA

ANOVA table for model without random effect

Default output for fixed models

ParameterEstimates

Fixed-effects solution

MODEL / SOLUTION

ParmSearch

Parameter search values

PARMS

Ranks

Ranks of matrices $\bX $, ($\bX \bZ $), and $\mb{MMEQ}$

PROC HPMIXED RANKS

R

Blocks of the estimated $\bR $ matrix

REPEATED / R=

RCorr

Correlation matrix from blocks of the estimated $\bR $ matrix

REPEATED / RCORR=

SimpleStatistics

Descriptive statistics for dependent variable and covariate variables

PROC HPMIXED / SIMPLE

Slices

Tests of LS-means slices

LSMEANS / SLICE=

SolutionR

Random-effect solution vector

RANDOM / SOLUTION

Tests3

Type III tests of fixed effects

TEST