Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: RE: model for fractional data with panel data


From   Maarten buis <[email protected]>
To   [email protected]
Subject   RE: st: RE: model for fractional data with panel data
Date   Tue, 6 Nov 2007 21:03:11 +0000 (GMT)

--- Maarten buis <[email protected]> wrote:
> You can see graphs of such bimodel beta distribution in the example
> below. 

Actually that code contained a minor error in the calculation of the
constant. It does not change the shape, so the message from these
graphs doesn't change, but the correct code is below:

*-------------------- begin example ----------------
/*conventional parameterization*/
twoway function y = betaden(.5, .7, x)

/*alternative parameterization*/
local phi = 1.5
local mu = .5
local constant = exp(lngamma(`phi'))/  ///
(exp(lngamma(`mu'*`phi'))*exp(lngamma((1-`mu')*`phi')))

twoway function y = `constant'* ///
                     x^(`mu'*`phi'-1)* ///
                    (1-x)^((1-`mu')*`phi'-1)
*-------------------- end example ------------------

-----------------------------------------
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/
-----------------------------------------


      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index