weibull {spduration} | R Documentation |
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 |
[Package spduration version 0.17.2 Index]