The HPQLIM Procedure

ODS Table Names

PROC HPQLIM assigns a name to each table that it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 8.11.

Table 8.11: ODS Tables Produced in PROC HPQLIM

ODS Table Name

Description

Option

ODS Tables Created by the MODEL Statement and TEST Statement

ResponseProfile

Response profile

Default

FitSummary

Summary of nonlinear estimation

Default

ParameterEstimates

Parameter estimates

Default

SummaryContResponse

Summary of continuous response

Default

CovB

Covariance of parameter estimates

COVB

CorrB

Correlation of parameter estimates

CORRB

ODS Tables Created by the BAYES Statement

AutoCorr

Autocorrelation statistics for each parameter

Default

Corr

Correlation matrix of the posterior samples

STATS=COR

Cov

Covariance matrix of the posterior samples

STATS=COV

ESS

Effective sample size for each parameter

Default

MCSE

Monte Carlo standard error for each parameter

Default

Geweke

Geweke diagnostics for each parameter

Default

Heidelberger

Heidelberger-Welch diagnostics for each parameter

DIAGNOSTICS=HEIDEL

PostIntervals

Equal-tail and HPD intervals for each parameter

Default

PosteriorSample

Posterior samples

(ODS output data set only)

PostSummaries

Posterior summaries

Default

PriorSummaries

Prior summaries

STATS=PRIOR

Raftery

Raftery-Lewis diagnostics for each parameter

DIAGNOSTICS=RAFTERY

ODS Tables Created by the TEST Statement

TestResults

Test results

Default