powered by
Traceplot of a Bayesian fit spbp.
spbp
# S3 method for spbp traceplot(spbp, pars = c("beta", "gamma"), ...)
an object of class `spbp` result of a spbp fit.
parameters to be selected.
arguments inherent from traceplot.
traceplot
see traceplot.
spbp, stan_dens.spbp, extract.spbp
stan_dens.spbp
extract.spbp
# NOT RUN { library("spsurv") data("veteran") fit <- bpph(Surv(time, status) ~ karno + factor(celltype), data = veteran) traceplot(fit) # }
Run the code above in your browser using DataLab