Hello, I am currently reading a textbook that asks me to input a gamma parameter follow a weibull regression
However the output following
Does not give a gamma parameter but a 1/p

However if I change it to

This gives me a gamma value...however i have changed the distribution
THe book tells me to generate use a weibull and obtain the gamma value (see this post here)
https://www.statalist.org/forums/for...mma-from-streg
I don't know how this is possible without changing to a llog distribution
However the output following
Code:
streg treatment age, distribution(weibull) nohr
However if I change it to
Code:
streg treatment age, distribution(llog) nolog
This gives me a gamma value...however i have changed the distribution
THe book tells me to generate use a weibull and obtain the gamma value (see this post here)
https://www.statalist.org/forums/for...mma-from-streg
I don't know how this is possible without changing to a llog distribution
