plot_trace {sectorgap} | R Documentation |
Prior and posterior plots
Description
Creates trace plots for the draws of the posterior distribution.
Usage
plot_trace(
fit,
file_path,
include_burnin = FALSE,
n_col = 4,
alpha = 0.05,
save = TRUE,
title = TRUE,
device = "jpg",
width = 10,
height = 2,
units = "in"
)
Arguments
fit |
fitted object |
file_path |
file path for plots |
include_burnin |
logical indicating if burnin phase should be included
(only used if |
n_col |
number of columns for grid plots |
alpha |
cut off value for posterior (only used if
|
save |
boolean indicating if plots should be saved, if |
title |
boolean indicating if plots should contain titles |
device |
character string with format used in |
width |
plot width in |
height |
plot height in |
units |
units for plot size ( |
Value
nothing
[Package sectorgap version 0.1.0 Index]