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.
"print"(x, digits=3, ...)
"print"(x, digits=3, ...)
"print"(x, digits=3, ...)
"print"(x, digits=3, ...)
"summary"(object, digits=3, ...)
"summary"(object, digits=3, ...)
"plot"(x, tseq=c(0, 5, 10), plot=TRUE, plot.est="BS", xlab=NULL, ylab=NULL, ...)
"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 are returned.
plot
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
.