Fitting linear generalized log-gamma regression models under the presence of right censored data.
Fitting linear generalized log-gamma regression models under the presence of right censored data.
survglg is used to fit a multiple linear regression model in which the response variable is continuous, strictly positive, asymmetric and there are right censored observations. In this setup, the location parameter of the logarithm of the response variable is modeled by a linear model of the parameters.
survglg(formula, data, shape, Maxiter, Tolerance)
Arguments
formula: a symbolic description of the systematic component of the model to be fitted. See details for further information.
data: an optional data frame, list containing the variables in the model.
shape: an optional value for the shape parameter of the model.
Maxiter: an optional positive integer giving the maximal number of iterations for the estimating process. Default value is 1e03.
Tolerance: an optional positive value, which represents the convergence criterion. Default value is 1e-04.
Returns
mu a vector of parameter estimates asociated with the location parameter.
sigma estimate of the scale parameter associated with the model.
lambda estimate of the shape parameter associated with the model.
interval estimate of a 95% confidence interval for each estimate parameters associated with the model.