UCLA Academic Technology Services HomeServicesClassesContactJobs

Mplus Data Analysis Examples
Tobit Analysis

Examples of Tobit Analysis

Example 1. In the 1980s there was a federal law restricting speedometer readings to no more than 85 mph. So if you wanted to try and predict a vehicle's top-speed from a combination of horse-power and engine size, you would get a reading no higher than 85, regardless of how fast the vehicle was really traveling. This is a classic case of right-censoring (censoring from above) of the data. The only thing we are certain of is that those vehicles were traveling at least 85 mph. Tobit models are designed to make improved estimates when there is either left- or right-censoring.

Example 2. A research project is studying the level of lead in home drinking water as a function of the age of a house and family income. The water testing kit cannot detect lead concentrations below 5 parts per billion (ppb). The EPA considers levels above 15 ppb to be dangerous. These data are an example of left-censoring (censoring from below) and can be analyzed using tobit analysis.

Example 3. Consider the situation in which we have a measure of academic aptitude (scaled 200-800) which we want to model using reading and math test scores and whether the student is enrolled in a public or private school. The problem here is that students who answer all questions on the academic aptitude test correctly receive a score of 800, even though it is likely that these students are not "truly" equal in aptitude.

Description of the Data

Let's pursue Example 3 from above.

We have a hypothetical data file, tobitex.dat with 200 observations. The academic aptitude variable is apt, the reading and writing test scores are read and write respectively. The variable public is a zero-one variable with the ones indicating a public school student.

Let's look at the data.

Some Strategies You Might Be Tempted To Try

Before we show how you can analyze this with a tobit analysis, let's consider some other methods that you might use.

Tobit Analysis

NOTE:  This example was done using Mplus version 4.21.  The syntax may not work with earlier versions of Mplus.

We use the usevar statement to indicate that we are not using all of the variables in the data set in the current model.  We have omitted the missing statement because we have no missing data in this data set.  Mplus allows for both left- and right-censoring.  We use the (a) option on the censored statement to indicate that we have right censoring.  If we had left-censoring, we would have used the (b) option instead.  The default estimation method is MLR - maximum likelihood parameter estimates with standard errors and a chi-square test statistic that are robust to non-normality and non-independence of observations when used with type = complex, according to the Mplus 4 manual.  The MLR standard errors are computed using a sandwich estimator.  This is what we generally call robust standard errors.  To get the "regular" standard errors, we use the estimator = ml on the analysis statement. 

Sample Write-Up of the Analysis

Each of the predictor variables in the model, read, math and public, was statically significant.  A unit change in read and math lead to a 3.68 and 4.56 increase in the predicted aptitude, respectively.  Attending a public school increased the predicted aptitude by 62.16 points as compared with private school attendance.

See Also


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.