coef.GNARfit function

Function to return coefficients of GNARfit objects

Function to return coefficients of GNARfit objects

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

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

Returns

coef.GNARfit returns a vector of coefficient values.

Examples

#get the coefficients of the fiveNode data GNAR fit coef(GNARfit())
  • Maintainer: Matt Nunes
  • License: GPL-2
  • Last published: 2024-10-02

Useful links