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