View source: R/circGLMClassPrintFunctions.R
| print.circGLM | R Documentation | 
General print function for circGLM objects, which dispatches the chosen type
of printing to the corresponding function.
## S3 method for class 'circGLM' print(x, type = "text", ...)
| x | A  | 
| type | Character string giving the type of printing, such as
 | 
| ... | Additional arguments to be passed to print functions. | 
print_text.circGLM,
print_mcmc.circGLM,
print_all.circGLM,
print_coef.circGLM.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.