Learn R Programming

eiopt2 (version 0.1.1-6)

print.summary.eiopt2: Print a summary of a summary.eiopt2 object

Description

Print method for summary.eiopt2 objects

Usage

# S3 method for summary.eiopt2
print(x, ..., margins = TRUE, digits = 2)

Value

No return value, called for side effects.

Arguments

x

An summary.eiopt2 class object.

...

Other arguments passed on to methods. Not currently used.

margins

A TRUE/FALSE argument informing if the margins of the transition matrix should be displayed. Default, TRUE.

digits

Integer indicating the number of decimal places to be shown. Default, 2.