|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: RE: eform in ML Display
Got a reply from Stata Tech Support (Thanks). The only way to change
the value of that scalar to place the command in an e-class bubble. The
following program does the job.
program hello, eclass
ereturn scalar k_eform =3
end
hello
After that,
ml di, eform(Ratio)
will exponentiate the first 3 equations in the likelihood.
Paul
E. Paul Wileyto wrote:
Thanks. I'm not sure why my reply hasn't popped up on statlist, but
there was a problem with your suggestion. Here's how it went.
. ereturn scalar k_eform = 3
non e-class program may not set e()
r(152);
Do you know whether I can declare the likelihood itself to be
e-class?.. Whether there is some way to call ml maximize as e-class?
Perhaps the only way around this is to write a calling routine that
calls my likelihood.
Thanks
Paul
Maarten Buis wrote:
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology Vrije Universiteit
Amsterdam Boelelaan 1081 1081 HV Amsterdam The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
--- E. Paul Wileyto wrote:
So, I have a multi-equation likelihood, and I want to apply eform to
all
of the equations. Stata, by default, applies it only to the first.
The
help tells you that there is a way to do it, by changing the value of a
scalar e(k_eform) to 3, but they stop short of actually telling you how
to create or alter e(k_eform).
within your estimation program after you've called -ml maximize-, you
should add a line:
ereturn scalar k_eform = 3
hope this helps,
Maarten
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
--
E. Paul Wileyto, Ph.D.
Assistant Professor of Biostatistics
Tobacco Use Research Center
School of Medicine, U. of Pennsylvania
3535 Market Street, Suite 4100
Philadelphia, PA 19104-3309
215-746-7147
Fax: 215-746-7140
[email protected]
http://mail.med.upenn.edu/~epw/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/