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,...)
object
: the output of a GNARfit call...
: additional arguments, unused here.S3 method for class "GNARfit".
coef.GNARfit
returns a vector of coefficient values.
#get the coefficients of the fiveNode data GNAR fit coef(GNARfit())
Useful links