Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Estimation of standard error in Weibull distribution


From   [email protected]
To   [email protected]
Subject   st: Estimation of standard error in Weibull distribution
Date   Fri, 28 Feb 2003 15:00:06 -0700

Greetings Statalisters - 
I'm using STATA v8 and when I use the 'predict' command for the 
median and the standard error of the Weibull distribution the 
same value is returned.  The code that precedes the 'predict' 
command is pasted below:
	stset time
	streg, dist(weibull)
	nlcom (theta:exp([ln_p]_b[_cons])) (beta:exp(-b[_cons]))

For predict, I used the following code:
	predict med
	predict stdp

Any suggestions or am I missing something obvious?

kindest regards, 
Clint
*
*   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