| plot.factorMerger {factorMerger} | R Documentation |
Plot Factor Merger
## S3 method for class 'factorMerger' plot(x, panel = "all", statistic = "loglikelihood", nodesSpacing = "equidistant", colorClusters = TRUE, splitStatistic = "GIC", splitThreshold = NULL, penalty = 2, showSplit = FALSE, showSignificance = TRUE, title = "Factor Merger Tree", subtitle = " ", palette = NULL, responsePanel = NULL, responsePanelPalette = NULL, gicPanelColor = NULL, panelGrid = TRUE, chisqQuantile = 0.05, ...)
x |
object of a class |
panel |
Type of panels to be plot. Possible values are
|
statistic |
Statistic to be displayed on the OX axis of the Factor Merger Tree.
Possible values are |
nodesSpacing |
Type of vertical nodes spacing in the Factor Merger Tree). May be chosen from
# TODO: Implement "modelSpecific". |
colorClusters |
Boolean. If |
splitStatistic |
Statistic used in the optimal split definition. Possible values are:
|
splitThreshold |
Threshold used in the optimal split definition. Used only with
|
penalty |
GIC penalty used for defining the optimal partition with |
showSplit |
Boolean. If |
showSignificance |
Boolean. If Significance codes are: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1. |
title |
Factor Merger Tree plot's title. |
subtitle |
Factor Merger Tree plot's subtitle. |
palette |
Color palette used in the Factor Merger Tree and the Response Plot. |
responsePanel |
Response panel type – accepts the following values dependent on the model family:
|
responsePanelPalette |
Additional color palette used in the Response Plot if palettes for the Factor Merger Tree and the Response Plot are to be different. |
gicPanelColor |
Color used in the GIC plot. |
panelGrid |
Boolean. If |
chisqQuantile |
Significance level used if |
... |
Other arguments |