Previous Page | Next Page

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

Table 43.5 ODS Tables Produced by PROC HPMIXED

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,
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

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

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

Previous Page | Next Page | Top of Page