coef.GNARfit: Function to return coefficients of GNARfit objects

Description Usage Arguments Details Value Examples

View source: R/coef.GNARfit.R

Description

coef.GNARfit returns the vector of coefficients from a GNARfit object.

Usage

1
2
## S3 method for class 'GNARfit'
coef(object,...)

Arguments

object

the output of a GNARfit call

...

additional arguments, unused here.

Details

S3 method for class "GNARfit".

Value

coef.GNARfit returns a vector of coefficient values.

Examples

1
2
#get the coefficients of the fiveNode data GNAR fit
coef(GNARfit())

nunesmatt/GNAR documentation built on Oct. 29, 2019, 4:25 p.m.