transformweibull | R Documentation |
A function to back-transform estimates of the parameters of the weibull baseline hazard function, so they are commensurate with R's inbuilt density functions. Transforms from (shape, scale) to (alpha, lambda)
transformweibull(x)
x |
a vector of paramters |
the transformed parameters. For the weibull model, this is the back-transform from 'alpha' and 'lambda' to 'shape' 'scale' (see ?dweibull).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.