-------------------------------------------------------------------------------
help for propcnsreg postestimation
-------------------------------------------------------------------------------

Help for predict -------------------------------------------------------------------------------

Syntax for predict

predict [type] newvar [if] [in] [, statistic equation(eqno[, eqno])]

statistic Description ------------------------------------------------------------------------- mu expected value of y (the default) latent predicted value of the latent variable effect predicted effect of the latent variable xb xb, linear prediction stdp standard error of the linear prediction score first derivative of the log likelihood with respect to the linear predictor. -------------------------------------------------------------------------

Options for predict

mu (the default) calculates the expected value of the dependent variable.

latent calculates the predicted value of the latent variable.

effect calculates the predicted effect of the latent variable.

xb calculates the linear prediction.

stdp calculates the standard error of the linear prediction.

score calculates the first derivative of the log likelihood with respect to the linear predictions.

eqation() specifies which equation is used. The complete syntax is given in predict. For example predict eff, xb equation(lambda) is equivalent to predict eff, effect. An example of its use for predicting standard errors (and confidence intervals) is given here.