print.SimulationResults: Print Simulation Results

View source: R/class_simulation_results.R

print.SimulationResultsR Documentation

Print Simulation Results

Description

print prints its SimulationResults argument and returns it invisibly (via invisible(x)).

Usage

## S3 method for class 'SimulationResults'
print(x, ..., showStatistics = FALSE, markdown = FALSE)

Arguments

x

The SimulationResults object to print.

...

Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.

markdown

If TRUE, the object x will be printed using markdown syntax; normal representation will be used otherwise (default is FALSE)

Details

Prints the parameters and results of an SimulationResults object.


rpact documentation built on May 29, 2024, 11:20 a.m.