print_mcmc.circGLM: Print the mcmc results from a circGLM object

Description Usage Arguments Details See Also Examples

View source: R/circGLMClassPrintFunctions.R

Description

This prints a number of diagnostics about the results of a circGLM objects through summary.mcmc from the coda package. In particular, the standard errors may be of interest.

Usage

1

Arguments

m

A circGLM object.

...

Additional arguments to be passed to coda printing functions.

Details

Note that the standard error and convergence diagnostics computed by coda are not necessarily trustworthy.

See Also

print_text.circGLM, print_all.circGLM, print_coef.circGLM, print.circGLM.

Examples

1
2
3
4
5
print(circGLM(th = rvmc(10, 1, 1)), type = "mcmc", digits = 3)

dat <- generateCircGLMData()
cglmmod <- circGLM(th = dat[, 1], X = dat[, -1])
print(cglmmod, type = "mcmc")

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