| Previous: What's new in larify | Up: Clarify: Software for Interpreting | Next: The Main Commands |
| estsimp | (estimates the model and simulates its parameters) |
| setx | (sets values of Xs before simulating quantities of interest) |
| simqi | (simulates quantities of interest) |
In general, the commands should be run in that order, although it is
often useful to call setx and simqi many times after
running estsimp.
larify also contains two minor commands:
sumqi and tlogit. sumqi assists in
summarizing quantities of interest that have been saved to the
dataset. tlogit applies the logistic transformation to one or
more variables. For instructions on using these commands, consult the
on-line help file. All
larify commands can be run interactively at
the Stata command line or in batch mode by using a Stata do-file.
Each command contains many options, which we describe in Section
8 of this manual. Here, we offer a simple example designed
to show how
larify can be used. With a dataset loaded into memory,
type the following 3 commands:
estsimp logit Y X1 X2 /* Estimate a logit and simulate its parameters */
setx mean /* Set X's to their means. */
simqi /* Report Pr(Y=1) conditional on the X's */
Each of these commands performs a particular operation, which we summarize here. A more detailed discussion appears in Section 8.