Traceplot of a Bayesian fit spbp.

# S3 method for spbp
traceplot(spbp, pars = c("beta", "gamma"), ...)

Arguments

spbp

an object of class `spbp` result of a spbp fit.

pars

parameters to be selected.

...

arguments inherent from traceplot.

Value

see traceplot.

See also

Examples

library("spsurv") data("veteran") fit <- bpph(Surv(time, status) ~ karno + factor(celltype), data = veteran)
#> Priors are ignored due to mle approach.
traceplot(fit)
#> Warning: not applicable, change approach to 'bayes' to get MCMC chains density plots