Visualizes parameter differences between post-split nodes with different plot types.
plotParDiffTree(
tree,
plot = "ballon",
measure = "wald",
normalize = FALSE,
title = TRUE,
structure = FALSE
)
a semtree object.
a character that specifies the plot typ. Available plot types are "ballon" (default), "heatmap", and "bar".
a character. "wald" (default) gives the squared parameter differences divided by their pooled standard errors. "test" gives the contributions of the parameters to the test statistic. "raw" gives the absolute values of the parameter differences.
logical value; if TRUE parameter differences of each split are divided by sum of all differences the corresponding split. Set to FALSE by default.
logical value; if TRUE a title is added to the plot.
logical value; if TRUE the structure of the tree is plotted on the right side.