UCLA Academic Technology Services HomeServicesClassesContactJobs
Search

Stata Data Analysis Examples
Tobit Analysis with Robust Standard Errors

Example with Robust Standard Errors

This page is a continuation of Example 3 from the Tobit Models data analysis example. The issue addressed here is how to do a tobit analysis with robust standard errors since there is no robust option in the Stata tobit command. The trick is to make use of the intreg command which does allow for robust standard errors.

Let's continue Example 3 from Tobit Models.

After we read in the dataset we will reconfigure the data so that it will work with intreg. The intreg command requires two values of the response variable for each observation. In this case we will call them lapt and uapt. For those cases in which the response is not censored both lapt and uapt are set to the same value. When a response is right-censored uapt is set to missing and when the response is left-censored lapt is set to missing. There are no left-censored responses in this example.

You should compare these results with the results using the tobit command. Because the point estimates are the same and because all of the predictors are still significant with the robust stand errors, the interpretation and write-up of the analysis will be the same as the Tobit Models example.

 

How to cite this page

Report an error on this page

UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services


The content of this web site should not be construed as an endorsement of any particular web site, book, or software product by the University of California