print_all.circGLM: Print all results from a circGLM object

Description Usage Arguments See Also Examples

View source: R/circGLMClassPrintFunctions.R

Description

This function prints the full list of results from a circGLM object. The function extracts all the scalar results and displays these together, then prints all further list elements. The full chains are not printed.

Usage

1
print_all.circGLM(m, digits = 3)

Arguments

m

A circGLM object.

digits

Number of digits to display.

See Also

print_text.circGLM, print_mcmc.circGLM, print_coef.circGLM, print.circGLM.

Examples

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

dat <- generateCircGLMData()
cglmmod <- circGLM(th ~ ., dat)
print(cglmmod, type = "all")

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