methods {SemiCompRisks} | R Documentation |
Methods for objects of classes, Bayes_HReg
/Bayes_AFT
/Freq_HReg
.
Description
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.
Usage
## S3 method for class 'Bayes_HReg'
print(x, digits=3, alpha=0.05, ...)
## S3 method for class 'Bayes_AFT'
print(x, digits=3, alpha=0.05, ...)
## S3 method for class 'summ.Bayes_HReg'
print(x, digits=3, ...)
## S3 method for class 'summ.Bayes_AFT'
print(x, digits=3, ...)
## S3 method for class 'Freq_HReg'
print(x, digits=3, alpha=0.05, ...)
## S3 method for class 'summ.Freq_HReg'
print(x, digits=3, ...)
## S3 method for class 'Bayes_HReg'
summary(object, digits=3, alpha=0.05, ...)
## S3 method for class 'Bayes_AFT'
summary(object, digits=3, alpha=0.05, ...)
## S3 method for class 'Freq_HReg'
summary(object, digits=3, alpha=0.05, ...)
## S3 method for class 'Bayes_HReg'
coef(object, alpha=0.05, ...)
## S3 method for class 'Bayes_AFT'
coef(object, alpha=0.05, ...)
## S3 method for class 'Freq_HReg'
coef(object, alpha=0.05, ...)
## S3 method for class 'Bayes_HReg'
predict(object, xnew=NULL, x1new=NULL, x2new=NULL,
x3new=NULL, tseq=c(0, 5, 10), alpha=0.05, ...)
## S3 method for class 'pred.Bayes_HReg'
plot(x, plot.est="Haz", xlab=NULL, ylab=NULL, ...)
## S3 method for class 'Bayes_AFT'
predict(object, xnew=NULL, x1new=NULL, x2new=NULL,
x3new=NULL, time, tseq=c(0, 5, 10), alpha=0.05, ...)
## S3 method for class 'pred.Bayes_AFT'
plot(x, plot.est="Haz", xlab=NULL, ylab=NULL, ...)
## S3 method for class 'Freq_HReg'
predict(object, xnew=NULL, x1new=NULL, x2new=NULL,
x3new=NULL, tseq=c(0, 5, 10), alpha=0.05, ...)
## S3 method for class 'pred.Freq_HReg'
plot(x, plot.est="Haz", xlab=NULL, ylab=NULL, ...)
## S3 method for class 'Freq_HReg'
vcov(object, ...)
Arguments
x |
an object of class |
digits |
a numeric value indicating the number of digits to display. |
object |
an object of class |
time |
the points at which the baseline survival/hazard functions are evaluated. |
tseq |
the points at which tick-marks are to be drawn.
Required only if the object |
plot.est |
used only if |
xlab |
a title for the x axis. |
ylab |
a title for the y axis. |
xnew |
a vector of covariate values with which to predict for which to predict for |
x1new |
a vector of covariate values with which to predict for which to predict for |
x2new |
a vector of covariate values with which to predict for which to predict for |
x3new |
a vector of covariate values with which to predict for which to predict for |
alpha |
confidence/credibility level of the interval. |
... |
additional arguments. |
See Also
BayesID_HReg
, BayesID_AFT
, BayesSurv_HReg
, BayesSurv_AFT
, FreqID_HReg
, FreqSurv_HReg
.