(log) density, hazard, and survival functions for AFT log-logistic parametric family.
llogis_aft_log_density(t, eta, shape)
llogis_aft_log_hazard(t, eta, shape)
llogis_aft_log_survival(t, eta, shape)
llogis_aft_density(t, eta, shape)
llogis_aft_hazard(t, eta, shape)
llogis_aft_survival(t, eta, shape)
llogis_aft_mean(eta, shape)
llogis_aft_sd(eta, shape)
llogis_aft_r(n, eta, shape)
llogis_aft_q(p, eta, shape)
llogis_aft_p(q, eta, shape)
vector of survival times
linear predictor
auxiliary parameter
number of observations
vector of probabilities
vector of quantiles
llogis_aft_density
, llogis_aft_hazard
, and
llogis_aft_survival
return the density, hazard, and survival
of the specified survival distribution. The llogis_aft_log_density
,
llogis_aft_log_hazard
, llogis_aft_log_survival
return log of
the corresponding qualities. llogis_aft_mean
and llogis_aft_sd
return the mean and standard deviation of the specified survival distribution.
llogis_aft_r
, llogis_aft_q
, and llogis_aft_p
return a random
generation, quantiles, and cumulative probabilities of the specified
survival distribution.