powered by
Plot traceplots from a circGLM object. This plotting method uses the standard coda traceplots.
circGLM
coda
plot_trace.circGLM(m, params, ...)
A circGLM object.
An optional character vector containing the parameter chains to display. If left empty, all are plotted.
Additional parameters passed to plot.mcmc from the coda package.
plot.mcmc
plot_tracestack.circGLM, plot_predict.circGLM, plot_meancompare.circGLM, plot_meanboxplot.circGLM, plot.circGLM.
plot_tracestack.circGLM
plot_predict.circGLM
plot_meancompare.circGLM
plot_meanboxplot.circGLM
plot.circGLM
# NOT RUN { plot_trace.circGLM(circGLM(th = rvmc(10, 1, 1))) dat <- generateCircGLMData() plot(circGLM(th ~., dat), type = "trace") # }
Run the code above in your browser using DataLab