So the discrete time approximation can be run directly on the dichotomous status variable for each wave using a GLM with a cloglog link and an offset of
. In many cases, the data are collected once a year, so that the offset will be
and need not be explicitly added.
| Student | Race | Length of Inverval | Dropped out |
| 1 | White | 1 | N |
| 2 | White | 1 | N |
| 2 | White | 1 | N |
| 3 | White | 1 | N |
| 3 | White | 1 | N |
| 4 | White | 1 | N |
| 4 | White | 1 | Y |
| 5 | Black | 1 | N |
| 5 | Black | 1 | N |
| 6 | Black | 1 | Y |
| 7 | Black | 1 | N |
| 7 | Black | 1 | N |
| 8 | Black | 1 | N |
| 8 | Black | 1 | Y |
| Model | Constant | log(RR) |
| Exponential | -1.86 | 0.77 |
| Discrete logit | -1.79 | 0.88 |
| Discrete cloglog | -1.87 | 0.78 |