Learn R Programming

GNAR (version 0.2.9)

print.GNARfit: Function to print the model and coefficients of GNARfit objects

Description

print.GNARfit prints model, call, and coefficients of a GNARfit object.

Usage

# S3 method for GNARfit
print(x,...)

Arguments

x

the output of a GNARfit or GNARpredict call

...

additional arguments, unused here.

Details

S3 method for class "GNARfit".

Examples

Run this code
# NOT RUN {
#print the information of the fiveNode GNAR fit
data(fiveNode)
print(GNARfit())
# }

Run the code above in your browser using DataLab