Description Usage Format Details References Examples
A data.table containing id by day observations of Poisson
random variables which violate the conditional mean assumption of
Wooldridge (1999).
1 | data("ex.dt.bad")
|
A data.table with 450 observations on the following 7 variables.
ida factor with levels 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
daya numeric vector
fea numeric vector
x1a numeric vector
x2a numeric vector
ya numeric vector
x1.leada numeric vector
The data were simulated like
y <- rpois(1, exp(fe + x1 + x2 + 2.5*x1.lead))
where fe, x1, and x2 are standard normal random variables.
fe varies only across id.
x1.lead is a one period lead of x1 which causes the violation
of the conditional mean assumption.
Wooldridge, Jeffrey M. (1999): "Distribution-free estimation of some nonlinear panel data models," Journal of Econometrics, 90, 77-97.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.