<>
You may want to add the following code after the -sysuse- from -h seqlogit-
to give the example a fighting chance
*************
gen ed = cond(grade< 12, 1, ///
cond(grade==12, 2, ///
cond(grade<16,3,4))) if grade < .
gen byr = (1988-age-1950)/10
gen white = race == 1 if race < .
*************
With this addition in place, the code runs w/o problems for me...
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Dan Weitzenfeld
Gesendet: Mittwoch, 8. April 2009 03:17
An: [email protected]
Betreff: st: r(198) after -seqlogitdecomp-
Hi All,
I'm playing around with Maarten Buis's -seqlogit- package, and I'm
getting a cryptic error when running the -seqlogitdecomp-
postestimation command.
****
sysuse nlsw88, clear
seqlogit ed byr south, ofinterest(white) over(byr) tree(1 : 2 3 4,
2 : 3 4, 3 : 4)
seqlogitdecomp, overat(byr -.5, byr 0, byr .4)
****
...and I get the error:
option subtitle() not allowed
r(198);
Am I doing something wrong?
Thanks,
Dan
--
Dan Weitzenfeld
Media Analyst
EmSense Corporation
512 2nd Street, 3rd Floor
San Francisco, CA 94107
w: 415.418.7314
m: 510.552.0106
[email protected]
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/