coef.GNARfit {GNAR} | R 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())
[Package GNAR version 1.1.3 Index]