print.KuttnerModel {RGAP}R Documentation

Print KuttnerModel object

Description

Prints the model specifications of an object of class KuttnerModel.

Usage

## S3 method for class 'KuttnerModel'
print(x, call = TRUE, check = TRUE, ...)

Arguments

x

An object of class KuttnerModel.

call

A logical. If TRUE, the call will be printed.

check

A logical. If TRUE, the model class will be checked.

...

Ignored.

Value

No return value, model information is printed.


[Package RGAP version 0.1.1 Index]