Skip to content
Prev 167292 / 398502 Next

Fitting of lognormal distribution to lower tail experimental data

On Fri, Jan 16, 2009 at 3:31 PM, Mattias Br?nnstr?m
<Mattias.Brannstrom at tt.luth.se> wrote:
Mattias, it is not clear (to me) what you mean by "fit a lognormal
distribution to the 10%-lower tail of the attached data" (and what is
COV?). However, a guess is that you really mean what you say, so I
tried to right-censor your data at the 10% quantile (33.4134, Type I
censoring) and fit the resulting data to a lognormal distribution. The
fit was fairly good, as can be seen by comparing the fitted cumulative
hazard function to the corresponding non-parametric one (the
Nelson-Aalen estimator):
Loading required package: survival
Loading required package: splines
Call:
phreg(formula = Surv(v1, event) ~ 1, dist = "lognormal")

Covariate                Coef Exp(Coef)  se(Coef)    Wald p
log(scale)              3.943    51.597     0.053     0.000
log(shape)             1.089      2.970     0.101     0.000

Events                    70
Total time at risk         22998
Max. log. likelihood      -401.38

Is this maybe what you are looking for?

HTH (!)

G?ran