Learn R Programming

circglmbayes (version 1.3.0)

coef.circGLM: Extract circGLM Coefficients

Description

Create a table of coefficient results from a circGLM object.

Usage

# S3 method for circGLM
coef(object, ...)

Arguments

object

A circGLM object.

...

Further arguments passed to or from other methods.

Value

A table of coefficients with their corresponding lower and upper bounds.

Examples

Run this code
# NOT RUN {
coef(circGLM(th = rvmc(10, 0, 1)))

# }

Run the code above in your browser using DataLab