powered by
Several standard accessor methods for a spdur class object.
spdur
# S3 method for spdur logLik(object, ...)# S3 method for spdur nobs(object, ...)# S3 method for spdur coef(object, model = c("full", "duration", "risk", "distr"), ...)# S3 method for spdur vcov(object, model = c("full", "duration", "risk", "distr"), ...)# S3 method for spdur model.matrix(object, model = c("duration", "risk"), ...)# S3 method for spdur terms(x, model = c("duration", "risk"), ...)
# S3 method for spdur nobs(object, ...)
# S3 method for spdur coef(object, model = c("full", "duration", "risk", "distr"), ...)
# S3 method for spdur vcov(object, model = c("full", "duration", "risk", "distr"), ...)
# S3 method for spdur model.matrix(object, model = c("duration", "risk"), ...)
# S3 method for spdur terms(x, model = c("duration", "risk"), ...)
an object inheriting from class spdur.
not used
return full model, or only duration or risk equations, or distribution parameters.
spdur class object for terms
AIC.spdur, BIC.spdur
AIC.spdur
BIC.spdur
data(model.coups) logLik(model.coups) nobs(model.coups) coef(model.coups) vcov(model.coups) head(model.matrix(model.coups)) terms(model.coups)
Run the code above in your browser using DataLab