Generic_functions: Summarising and plotting the results of hypothesis trees and...

Description Usage Arguments Details Value Note See Also

Description

The functions summary.ctp.str and Display.ctp.str summarise and plot the hypothesis tree of a closed testing procedure, whereas the functions summary.ctp and Display.ctp summarise and plot the results of a closed testing procedure.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'ctp'
summary(object, digits = 4, ...)

## S3 method for class 'ctp.str'
summary(object, ...)

Display(object, ...)

## S3 method for class 'ctp'
Display(object, Type = "s", arrow = FALSE, ...)

## S3 method for class 'ctp.str'
Display(object, Type = "s", arrow = FALSE, ...)

Arguments

object

Object generated by AnalyseCTP or IntersectHypotheses.

digits

The minimum number of significant digits to be printed for the p-values in the summary.

...

Additional arguments passed to Display.

Type

Type of the plotted tree: "s" straight lines, "" tree type.

arrow

If TRUE, an arrow is plotted in the connections.

Details

@name Generic_Functions

@aliases summary Display

Value

Note

Disply.ctp.str plots the hypothesis tree.
Display.ctp plots the hypothesis tree together with the unadjusted and adjusted p-values.

See Also

IntersectHypotheses, AnalyseCTP


CTP documentation built on April 27, 2021, 5:07 p.m.