Bayes/Freq.Bayes class represents results from Bayesian analysis of semi-competing risks or univariate time-to-event data.
The Freq class represents results from Frequentist analysis of semi-competing risks or univariate time-to-event data.## S3 method for class 'Bayes':
print(x, digits=3, ...)
## S3 method for class 'summ.Bayes':
print(x, digits=3, ...)
## S3 method for class 'Freq':
print(x, digits=3, ...)
## S3 method for class 'summ.Freq':
print(x, digits=3, ...)
## S3 method for class 'Bayes':
summary(object, digits=3, ...)
## S3 method for class 'Freq':
summary(object, digits=3, ...)
## S3 method for class 'Freq':
plot(x, tseq=c(0, 5, 10), plot=TRUE, plot.est="BS", xlab=NULL, ylab=NULL, ...)
## S3 method for class 'Bayes':
plot(x, tseq=c(0, 5, 10), plot=TRUE, plot.est="BS", xlab=NULL, ylab=NULL, ...)Bayes or Freq.Bayes or Freq.x is returned by parametric Weibull models.TRUE (the default) then either estimated baseline hazard functions or estimated baseline survival functions are produced depending on the value of plot.est.
If FALSE, the summaries which the plots are based on aplot is TRUE.
If BS (the default) then estimated baseline survival functions are produced.
If BH then estimated baseline hazard functions are produced.BayesID, BayesSurv, FreqID, FreqSurv.