Bayes_HReg/Bayes_AFT/Freq_HReg.The Bayes_HReg class represents results from Bayesian analysis of semi-competing risks or univariate time-to-event data in the context of hazard regression models.
The Bayes_AFT class represents results from Bayesian analysis of semi-competing risks or univariate time-to-event data in the context of AFT models.
The Freq_HReg class represents results from Frequentist analysis of semi-competing risks or univariate time-to-event data in the context of hazard regression models.
# S3 method for Bayes_HReg
print(x, digits=3, alpha=0.05, ...)
# S3 method for Bayes_AFT
print(x, digits=3, alpha=0.05, ...)
# S3 method for summ.Bayes_HReg
print(x, digits=3, ...)
# S3 method for summ.Bayes_AFT
print(x, digits=3, ...)
# S3 method for Freq_HReg
print(x, digits=3, alpha=0.05, ...)
# S3 method for summ.Freq_HReg
print(x, digits=3, ...)
# S3 method for Bayes_HReg
summary(object, digits=3, alpha=0.05, ...)
# S3 method for Bayes_AFT
summary(object, digits=3, alpha=0.05, ...)
# S3 method for Freq_HReg
summary(object, digits=3, alpha=0.05, ...)
# S3 method for Bayes_HReg
coef(object, alpha=0.05, ...)
# S3 method for Bayes_AFT
coef(object, alpha=0.05, ...)
# S3 method for Freq_HReg
coef(object, alpha=0.05, ...)
# S3 method for Bayes_HReg
predict(object, xnew=NULL, x1new=NULL, x2new=NULL,
x3new=NULL, tseq=c(0, 5, 10), alpha=0.05, ...)
# S3 method for pred.Bayes_HReg
plot(x, plot.est="Haz", xlab=NULL, ylab=NULL, ...)
# S3 method for Bayes_AFT
predict(object, xnew=NULL, x1new=NULL, x2new=NULL,
x3new=NULL, time, tseq=c(0, 5, 10), alpha=0.05, ...)
# S3 method for pred.Bayes_AFT
plot(x, plot.est="Haz", xlab=NULL, ylab=NULL, ...)
# S3 method for Freq_HReg
predict(object, xnew=NULL, x1new=NULL, x2new=NULL,
x3new=NULL, tseq=c(0, 5, 10), alpha=0.05, ...)
# S3 method for pred.Freq_HReg
plot(x, plot.est="Haz", xlab=NULL, ylab=NULL, ...)
# S3 method for Freq_HReg
vcov(object, ...)an object of class Bayes_HReg or Bayes_AFT or Freq_HReg.
a numeric value indicating the number of digits to display.
an object of class Bayes_HReg or Bayes_AFT orFreq_HReg.
the points at which the baseline survival/hazard functions are evaluated.
the points at which tick-marks are to be drawn.
Required only if the object x is returned by parametric Weibull-HReg/log-Normal-AFT/DPM-AFT models.
used only if plot is TRUE.
If Surv (the default) then estimated survival functions are produced.
If Haz then estimated hazard functions are produced.
a title for the x axis.
a title for the y axis.
a vector of covariate values with which to predict for which to predict for \(h\).
a vector of covariate values with which to predict for which to predict for \(h_1\).
a vector of covariate values with which to predict for which to predict for \(h_2\).
a vector of covariate values with which to predict for which to predict for \(h_3\).
confidence/credibility level of the interval.
additional arguments.
BayesID_HReg, BayesID_AFT, BayesSurv_HReg, BayesSurv_AFT, FreqID_HReg, FreqSurv_HReg.