traceplot-methods: Traceplot method for fitted spbp models

Description Usage Arguments Value See Also Examples

Description

Traceplot of a Bayesian fit spbp.

Usage

1
2
## S3 method for class '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

spbp, stan_dens.spbp, extract.spbp

Examples

1
2
3
4
5
6
7
library("spsurv")
data("veteran")

fit <- bpph(Surv(time, status) ~ karno + factor(celltype),
data = veteran)

traceplot(fit)

spsurv documentation built on April 14, 2020, 7:20 p.m.