Create a trace plot of MCMC draws
traceplot.Rd
Given a brms model, plot a trace plot of MCMC draws.
Usage
model <!-- %>% traceplot(predictors_col_name = <predictors_col_name>, -->
half_max_label = <label_for_the_half_maximal_effect>,
title = <plot_title_label>)
Arguments
- model
brmsfit model.
- predictors_col_name
string expression for predictors column in the input data.frame (default = "predictors). Predictors are the perturbations tested during the experiment (i.e. Drug, Temperature, etc.).
- half_max_label
string of the label for the half maximal that fits the type of experiment that was done (i.e. ec50, ic50, ed50, id50, ld50, etc.).
- title
string of the plot title (default = NULL)