coef.GNARfit: Function to return coefficients of GNARfit objects

View source: R/coef.GNARfit.R

coef.GNARfitR Documentation

Function to return coefficients of GNARfit objects

Description

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

Usage

## 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

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

GNAR documentation built on April 28, 2023, 1:12 a.m.

Related to coef.GNARfit in GNAR...