print_text.circGLM: Print the main results from a 'circGLM' object.

Description Usage Arguments See Also Examples

View source: R/circGLMClassPrintFunctions.R

Description

Print the main results from a circGLM object.

Usage

1
print_text.circGLM(m, digits = 3)

Arguments

m

A circGLM object.

digits

Number of digits to display.

See Also

print_mcmc.circGLM, print_all.circGLM, print_coef.circGLM, print.circGLM.

Examples

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

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

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