-------------------------------------------------------------------------------
help for zoib postestimation
-------------------------------------------------------------------------------

Title

zoib postestimation -- Postestimation tools for zoib

Description

The following standard postestimation commands are available:

command description ------------------------------------------------------------------------- INCLUDE help post_estat INCLUDE help post_estimates INCLUDE help post_lincom INCLUDE help post_lrtest margins marginal means, predictive margins, marginal effects, and average marginal effects INCLUDE help post_mfx INCLUDE help post_nlcom predict predictions INCLUDE help post_predictnl INCLUDE help post_suest INCLUDE help post_test INCLUDE help post_testnl -------------------------------------------------------------------------

Syntax for predict

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

statistic Description ------------------------------------------------------------------------- proportion proportion (the default) prcond proportion conditional on 0 < depvar < 1 pr0 probability depvar = 0 pr1 probability depvar = 1 xb xb, fitted values stdp standard error of the prediction score first derivative of the log likelihood with respect to the linear predictor. ------------------------------------------------------------------------- INCLUDE help unstarred

Options for predict

proportion the default, calculates the proportions.

prcond proportion conditional on 0 < depvar < 1

pr0 probability depvar = 0

pr1 probability depvar = 1

score calculates the first derivative of the log likelihood with respect to the linear predictions. This is only available for Stata version 9.2 and higher.

xb calculates the linear prediction.

stdp calculates the standard error of the linear prediction.

equation(eqno) specify equation, see predict.

Also see

Online: help for zoib, estimates, lincom, lrtest, mfx, nlcom, predict, predictnl, suest, test, testnl