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

View source: R/print.GNARfit.R

print.GNARfitR Documentation

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 class 'GNARfit'
print(x,...)

Arguments

x

the output of a GNARfit call

...

additional arguments, unused here.

Details

S3 method for class "GNARfit".

Examples

#print the information of the fiveNode GNAR fit
print(GNARfit())

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

Related to print.GNARfit in GNAR...