print.circGLM: Print circGLM Object

View source: R/circGLMClassPrintFunctions.R

print.circGLMR Documentation

Print circGLM Object

Description

General print function for circGLM objects, which dispatches the chosen type of printing to the corresponding function.

Usage

## S3 method for class 'circGLM'
print(x, type = "text", ...)

Arguments

x

A circGLM object to be printed.

type

Character string giving the type of printing, such as "text", "mcmc", "all", "coef".

...

Additional arguments to be passed to print functions.

See Also

print_text.circGLM, print_mcmc.circGLM, print_all.circGLM, print_coef.circGLM.

Examples

print(circGLM(th = rvmc(10, 1, 1)))

dat <- generateCircGLMData()
cglmmod <- circGLM(th ~ ., dat)

print(cglmmod)

print(cglmmod, type = "mcmc")

print(cglmmod, type = "all")

print(cglmmod, type = "coef")


keesmulder/circglmbayes documentation built on July 24, 2022, 6:39 a.m.