plot.psicaTree {psica}R Documentation

Plots a PSICA tree.

Description

A plot is produced that shows a PSICA tree in which the terminal nodes contain the probabilities that one treatment is better than the other ones as well as a label containing the possible best treatments

Usage

## S3 method for class 'psicaTree'
plot(x, type = 1, ...)

Arguments

x

the PSICA tree to be plotted.

type

If type=1 a default plot showing the probability of each treatment to be the best are displayed, if type=2 boxplots of the effect values are displayed in each terminal node.

...

Other parameter passed to the generic plot function


[Package psica version 1.0.2 Index]