print.profileLadder: Print Objects of the S3 Class 'profileLadder'

View source: R/print.profileLadder.R

print.profileLadderR Documentation

Print Objects of the S3 Class profileLadder

Description

Function to organize and print the outputs provided by the function parallelReserve() and the function mcReserve

Usage

## S3 method for class 'profileLadder'
print(x, ...)

Arguments

x

an object of the class profileLadder resulting from a call of one of the functions parallelReserve(), mcReserve, or as.profileLadder()

...

further arguments passed to print

Value

displays information resulting from a call of the parallelReserve() function or the mcReserve function

See Also

as.profileLadder(), parallelReserve(), mcReserve()

Examples

data(CameronMutual)
x <- as.profileLadder(CameronMutual)
print(x) 


ProfileLadder documentation built on Aug. 8, 2025, 6:10 p.m.