weibull: Regular Weibull regression
Description
Regular Weibull regression
Usage
weibull(Y, X, inits = NULL, max.iter, silent = TRUE)
Arguments
- Y
Dependent variables.
- X
Duration equation covariates.
- inits
Vector of starting values.
- max.iter
Maximum iterations to try.
- silent
Suppress optim
trace output?