coef.circGLM: Extract circGLM Coefficients

Description Usage Arguments Value Examples

Description

Create a table of coefficient results from a circGLM object.

Usage

1
2
## S3 method for class '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

1
coef(circGLM(th = rvmc(10, 0, 1)))

circglmbayes documentation built on Jan. 22, 2021, 5:09 p.m.