General Statistics

Here are the details:

        estimates use filename
    to save results and
        estimates save filename
    to reload them. In fact, the entire estimates command has been reworked. The new command estimates notes allows you to add notes to estimation results just as you add them to datasets. The new command estimates esample allows you to restore e(sample) after reloading estimates, should that be necessary (usually it is not). The maximum number of estimation results that can be held in memory (as opposed to saved on disk) is increased to 300 from 20. See [R] estimates.

    See [R] asmprobit and [R] asmprobit postestimation.

    Also, clogit used to be willing to produce cluster-robust VCEs when the groups were not nested within the clusters. Sometimes, this VCE was consistent, and other times it was not. You must now specify the new nonest option to obtain a cluster-robust VCE when the groups are not nested within panels.
    predict after clogit now accepts options that calculate the Δβ influence statistic, the Δchi2 lack-of-fit statistic, the Hosmer and Lemeshow leverage, the Pearson residuals, and the standardized Pearson residuals.
    See [R] clogit and [R] clogit postestimation.
    See [R] regress postestimation.

    See [R] nl and [R] nl postestimation.

       . estimation-command ..., vce(robust)

    you are now to type

        . estimation-command ..., robust

    and where you previously typed

        . estimation-command ..., vce(cluster clustervar)
        . estimation-command ..., robust cluster(clustervar)

©Timberlake Consultants Limited
Last revised:16/07/2007