Table 22.1 summarizes the statements and options used with the HPQLIM procedure.
Table 22.1: PROC HPQLIM Functional Summary
Description |
Statement |
Option |
---|---|---|
Data Set Options |
||
Specifies the input data set |
PROC HPQLIM |
|
Writes parameter estimates to an output data set |
PROC HPQLIM |
|
Writes predictions to an output data set |
OUTPUT |
|
Declaring the Role of Variables |
||
Specifies BY-group processing |
BY |
|
Specifies a frequency variable |
||
Specifies a weight variable |
WEIGHT |
|
Printing Control Options |
||
Requests all printing options |
PROC HPQLIM |
|
Prints the correlation matrix of the estimates |
PROC HPQLIM |
|
Prints the covariance matrix of the estimates |
PROC HPQLIM |
|
Suppresses the normal printed output |
PROC HPQLIM |
|
Plotting Options |
||
Displays plots |
PROC HPQLIM |
|
Optimization Process Control Options |
||
Selects the iterative minimization method to use |
PROC HPQLIM |
|
Specifies the maximum number of iterations allowed |
PROC HPQLIM |
|
Specifies the maximum number of function calls |
PROC HPQLIM |
|
Specifies the upper limit of CPU time in seconds |
PROC HPQLIM |
|
Specifies an absolute convergence criterion |
PROC HPQLIM |
|
Specifies an absolute function convergence criterion |
PROC HPQLIM |
|
Specifies an absolute gradient convergence criterion |
PROC HPQLIM |
|
Specifies a relative function convergence criterion |
PROC HPQLIM |
|
Specifies a relative gradient convergence criterion |
PROC HPQLIM |
|
Specifies an absolute parameter convergence criterion |
PROC HPQLIM |
|
Specifies a matrix singularity criterion |
PROC HPQLIM |
|
Sets boundary restrictions on parameters |
||
Sets initial values for parameters |
||
Sets linear restrictions on parameters |
||
Model Estimation Options |
||
Suppresses the intercept parameter |
MODEL |
|
Specifies the method to calculate parameter covariance |
PROC HPQLIM |
|
Bayesian MCMC Options |
||
Specifies the initial values of the MCMC |
||
Specifies the maximum number of tuning phases |
BAYES |
|
Specifies the minimum number of tuning phases |
BAYES |
|
Specifies the number of burn-in iterations |
BAYES |
|
Specifies the number of iterations during the sampling phase |
BAYES |
|
Specifies the number of iterations during the tuning phase |
BAYES |
|
Controls options for constructing the initial proposal covariance matrix |
BAYES |
|
Specifies the sampling scheme |
BAYES |
|
Specifies the random number generator seed |
BAYES |
|
Controls the thinning of the Markov chain |
BAYES |
|
Bayesian Summary Statistics and Convergence Diagnostic Options |
||
Displays convergence diagnostics |
BAYES |
|
Displays summary statistics of the posterior samples |
BAYES |
|
Bayesian Prior and Posterior Sample Options |
||
Specifies a SAS data set for the posterior samples |
BAYES |
|
Bayesian Analysis Options |
||
Specifies the normal prior distribution |
PRIOR |
NORMAL (MEAN=, VAR=) |
Specifies the gamma prior distribution |
PRIOR |
GAMMA (SHAPE=, SCALE=) |
Specifies the inverse gamma prior distribution |
PRIOR |
IGAMMA (SHAPE=, SCALE=) |
Specifies the uniform prior distribution |
PRIOR |
UNIFORM (MIN=, MAX=) |
Specifies the beta prior distribution |
PRIOR |
BETA
(SHAPE1=, SHAPE2=, |
Specifies the t prior distribution |
PRIOR |
T (LOCATION=, DF=) |
Endogenous Variable Options |
||
Specifies a discrete variable |
ENDOGENOUS |
DISCRETE() |
Specifies a censored variable |
ENDOGENOUS |
|
Specifies a truncated variable |
ENDOGENOUS |
|
Specifies a stochastic frontier variable |
ENDOGENOUS |
|
Heteroscedasticity Model Options |
||
Specifies the function for heteroscedasticity models |
HETERO |
|
Squares the function for heteroscedasticity models |
HETERO |
|
Specifies no constant for heteroscedasticity models |
HETERO |
|
Output Control Options |
||
Outputs predicted values |
OUTPUT |
|
Outputs the structured part |
OUTPUT |
|
Outputs residuals |
OUTPUT |
|
Outputs the error standard deviation |
OUTPUT |
|
Outputs marginal effects |
OUTPUT |
|
Outputs probability for the current response |
OUTPUT |
PROB |
Outputs probability for all responses |
OUTPUT |
PROBALL |
Outputs the expected value |
OUTPUT |
|
Outputs the conditional expected value |
OUTPUT |
|
Outputs inverse Mills ratio |
OUTPUT |
MILLS |
Outputs technical efficiency measures |
OUTPUT |
|
OUTPUT |
||
Includes covariances in the OUTEST= data set |
PROC HPQLIM |
|
Includes correlations in the OUTEST= data set |
PROC HPQLIM |
|
Test Request Options |
||
Requests Wald, Lagrange multiplier, and likelihood ratio tests |
TEST |
|
Requests the Wald test |
TEST |
|
Requests the Lagrange multiplier test |
TEST |
|
Requests the likelihood ratio test |
TEST |