Dear all,
My data set contains variables Y and X1, X2, X3, and I would like to estimate the following model:
Y= a + b * min {c1 * X1, c2 * X2, c3 * X3} + epsilon
where a, b, and c1, c2, c3 are parameters to be estimated, and epsilon is the error term.
I'm wondering how this can be done in Stata? How shall I write the -nl- syntax?
Thanks!
My data set contains variables Y and X1, X2, X3, and I would like to estimate the following model:
Y= a + b * min {c1 * X1, c2 * X2, c3 * X3} + epsilon
where a, b, and c1, c2, c3 are parameters to be estimated, and epsilon is the error term.
I'm wondering how this can be done in Stata? How shall I write the -nl- syntax?
Thanks!
Comment