Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • is it possible to obtain a gamma parameter from Weibull?

    Hello, I am currently reading a textbook that asks me to input a gamma parameter follow a weibull regression

    However the output following

    Code:
    streg treatment age, distribution(weibull) nohr
    Does not give a gamma parameter but a 1/p

    Click image for larger version

Name:	Screenshot 2024-05-03 at 09.08.05.png
Views:	1
Size:	125.1 KB
ID:	1752134


    However if I change it to

    Code:
    streg treatment age, distribution(llog) nolog

    Click image for larger version

Name:	Screenshot 2024-05-03 at 09.08.11.png
Views:	1
Size:	81.9 KB
ID:	1752133

    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





Working...
X