plot.pibblefit: Plot Summaries of Posterior Distribution of pibblefit...

Description Usage Arguments Details Value Examples

View source: R/pibble_plotting.R

Description

Plot Summaries of Posterior Distribution of pibblefit Parameters

Usage

1
2
## S3 method for class 'pibblefit'
plot(x, ...)

Arguments

x

an object of class pibblefit

...

other arguments passed to plot.pibblefit (see details)

Details

Other arguments:

Value

ggplot object

Examples

1
2
3
4
sim <- pibble_sim(N=10, D=4, Q=3)
fit <- pibble(sim$Y, sim$X)
plot(fit, par="Lambda")
plot(fit, par="Sigma")

jsilve24/mongrel documentation built on Jan. 27, 2022, 9:54 p.m.