Learn R Programming

RSCABS (version 0.9.5)

detailedResults2Output: Print results to the GUI window

Description

An internal function that prints results from runDetailedResults to the window.

Usage

detailedResults2Output(Effect, Results, k, ResultsBox, BoolNotebook, 
	Notebook = NULL, Inverse=FALSE)

Arguments

Effect

The tested endpoint.

Results

A Results data structure from runDetailedResults.

k

The severity score being displayed.

ResultsBox

The name of the box the results are displayed in.

BoolNotebook

A bool indicating to add another tab to the current notebook.

Notebook

The current notebook.

Inverse

Bool indicating an inverse scale endpoint.

See Also

runDetailedResults, detailedResults2HTML