Learn R Programming

circglmbayes (version 1.3.0)

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

Description

Print the main results from a circGLM object.

Usage

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

Run this code
# NOT RUN {
print(circGLM(th = rvmc(10, 1, 1)), type = "text")

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

Run the code above in your browser using DataLab