Learn R Programming

sectorgap (version 0.1.0)

print.ss_model: Print ss_model object

Description

Prints the model specifications of an object of class ss_model.

Usage

# S3 method for ss_model
print(x, call = TRUE, check = TRUE, ...)

Value

No return value

Arguments

x

object of class ss_model

call

logical, if TRUE, the call will be printed

check

logical, if TRUE, the model class will be checked

...

ignored.