print.MAMS.stepdown {MAMS}R Documentation

Generic print function for class MAMS.stepdown.

Description

Generic print function for class MAMS.stepdown.

Usage

## S3 method for class 'MAMS.stepdown'
print(x, digits = max(3, getOption("digits") - 4), ...)

Arguments

x

An output object of class MAMS

digits

Number of significant digits to be printed.

...

Further arguments passed to or from other methods.

Details

print produces a brief summary of an object from class MAMS.stepdown including boundaries and requires sample size if initially requested.

Value

Text output.


[Package MAMS version 3.0.0 Index]