plot.dynamitefit | R Documentation |
dynamitefit
ObjectsProduces the traceplots and the density plots of the model parameters. Can
also be used to plot the time-varying and time-invariant parameters of the
model along with their posterior intervals. See the plot_type
argument
for details on available plots.
## S3 method for class 'dynamitefit'
plot(
x,
plot_type = c("default", "trace", "dag"),
types = NULL,
parameters = NULL,
responses = NULL,
groups = NULL,
times = NULL,
level = 0.05,
alpha = 0.5,
facet = TRUE,
scales = c("fixed", "free"),
n_params = NULL,
...
)
x |
[ |
plot_type |
[ |
types |
[ |
parameters |
[ |
responses |
[ |
groups |
[ |
times |
[ |
level |
[ |
alpha |
[ |
facet |
[ |
scales |
[ |
n_params |
[ |
... |
Arguments passed to |
A ggplot
object.
Drawing plots
plot.dynamiteformula()
data.table::setDTthreads(1) # For CRAN
plot(gaussian_example_fit, type = "beta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.