Hi everyone,
I’m trying to use jwdid package with tobit regressions but keep getting the error:
"option cluster() not allowed".
Below is the command I'm using:
jwdid y, ivar(id) tvar(year) gvar(first_treat) method(tobit) never ll(0) ul(1)
I have tried different variations of it, but the error persists. As of now, I'm coding my regressions manually (based on the excellent ado files created by Fernando Rios-Avila), but it would be much easier if I could make this work with jwdid. Any advice on workarounds?
Many thanks in advance!
Thiago
I’m trying to use jwdid package with tobit regressions but keep getting the error:
"option cluster() not allowed".
Below is the command I'm using:
jwdid y, ivar(id) tvar(year) gvar(first_treat) method(tobit) never ll(0) ul(1)
I have tried different variations of it, but the error persists. As of now, I'm coding my regressions manually (based on the excellent ado files created by Fernando Rios-Avila), but it would be much easier if I could make this work with jwdid. Any advice on workarounds?
Many thanks in advance!
Thiago
Comment