Closed facorread closed 1 year ago
Thanks for the contribution! Can you think of any possible unintended consequences of this?
I don't think there are any unintended consequences beyond what we can expect from, for example, plot.gof
passing arguments to boxplot
or LogLik
passing arguments to upstream likelihood functions.
Merged with thanks.
Making sure density plots and traceplots get arguments passed, as is intended in the argument list to
ergm_plot.mcmc.list()
. This enables, for example,mcmc.diagnostics(my_ergm, which = "plots", type = "p")
to draw points only.