Learn R Programming

hbsae (version 1.0)

print.sae: Print method for objects of class sae.

Description

Print method for objects of class sae.

Usage

# S3 method for sae
print (x,
    digits = max(3, getOption("digits") - 3), ...)

Arguments

x

object of class sae.

digits

number of digits to display.

...

additional arguments passed to print.default.