powered by
circGLM
Print the main results from a circGLM object.
print_text.circGLM(m, digits = 3)
A circGLM object.
Number of digits to display.
print_mcmc.circGLM, print_all.circGLM, print_coef.circGLM, print.circGLM.
print_mcmc.circGLM
print_all.circGLM
print_coef.circGLM
print.circGLM
# 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