Learn R Programming

rpact (version 2.0.6)

ParameterSet_summary: Parameter Set Summary

Description

Displays a summary of ParameterSet object.

Usage

# S3 method for ParameterSet
summary(object, ..., type = 1, digits = NA_integer_)

Arguments

digits

defines how many digits are to be used for numeric values.

Details

Summarizes the parameters and results of a parameter set.

The following options get be set globaly:

  1. rpact.summary.justify: one of c("right", "left", "centre"); shall the values be right-justified (the default), left-justified or centred.

  2. rpact.summary.digits: defines how many digits are to be used for numeric values (default is 3).

  3. rpact.summary.digits.fixed: if FALSE (default) probabilities get one more digits a the as the defined rpact.summary.digits.

  4. rpact.summary.trim.zeroes: if TRUE (default) zeroes will always displayed as "0", e.g. "0.000" will become "0".