Hello, I am trying to do survival analysis.

STREG has several options like

streg X1 X2, dist(exp)
streg X1 X2, dist(exp) time
streg X1 X2, dist(weibull)
streg X1 X2, dist(weibull) time

Without "time", the hazard rates are coming up.
With the "time", coefficients are coming up.

Also, in case I "est store" and "est table" for STREG without "time", coefficients which are not hazard rates coming up.

Are these coefficients "exp(beta_hat)" for the above distributions or "beta_hat"?