Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The VARCOMP Procedure

ODS Table Names

PROC VARCOMP assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the following table. For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 69.1: ODS Tables Produced in PROC VARCOMP
ODS Table Name Description Statement
ANOVAType 1 analysis of varianceMETHOD=TYPE1
AsyCovAsymptotic covariance matrix of estimatesMETHOD=ML or REML
ClassLevelsClass level informationdefault
ConvergenceStatusConvergence statusdefault
DepVarDependent variable (one variable)METHOD=TYPE1, REML, or ML
DepVarnDependent variable n (multiple variables)METHOD=TYPE1, ML, or REML
DependentInfoDependent variable info (multiple variables)METHOD=MIVQUE0
EstimatesVariance component estimates (one variable)default
EstimatesnVariance component estimates (multiple variables)default
IterHistoryIteration historyMETHOD=ML or REML
MLML or REML estimatesMETHOD=ML or REML
NObsNumber of observationsdefault
SSCPSum of squares matrix (one variable)METHOD=MIVQUE0
SSCPnSum of squares matrix (multiple variables)METHOD=MIVQUE0
Type1Type 1 estimatesMETHOD=TYPE1

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.