Skip to contents

Generic function used to produce summary tables of various objects generated by renoir. The function invokes particular methods which depend on the class of the first argument.

Usage

summary_table(object, ...)

# S4 method for Tested
summary_table(object, best = c("opt", "1se"))

# S4 method for TestedList
summary_table(object, best)

# S4 method for Evaluated
summary_table(object, best = c("opt", "1se"), key)

# S4 method for EvaluatedList
summary_table(object, key, best = c("opt", "1se"), ...)

# S4 method for Trained
summary_table(object)

# S4 method for Screened
summary_table(object)

# S4 method for Tuned
summary_table(object)

# S4 method for Filtered
summary_table(object)

# S4 method for Renoir
summary_table(object, ...)

Arguments

object

an object for which a summary is desired

...

additional arguments affecting the summary produced

Value

The form of the returned object depends on the class of its argument. See the documentation of the particular method for further details.

Details

Methods for different classes are implemented, e.g. Renoir, EvaluatedList, Evaluated, TestedList, Tested.

Author

Alessandro Barberis