plot_trace.circGLM: Make traceplots for circGLM

Description Usage Arguments See Also Examples

View source: R/circGLMClassPlotFunctions.R

Description

Plot traceplots from a circGLM object. This plotting method uses the standard coda traceplots.

Usage

1
plot_trace.circGLM(m, params, ...)

Arguments

m

A circGLM object.

params

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.

See Also

plot_tracestack.circGLM, plot_predict.circGLM, plot_meancompare.circGLM, plot_meanboxplot.circGLM, plot.circGLM.

Examples

1
2
3
4
plot_trace.circGLM(circGLM(th = rvmc(10, 1, 1)))

dat <- generateCircGLMData()
plot(circGLM(th ~., dat), type = "trace")

circglmbayes documentation built on Jan. 22, 2021, 5:09 p.m.