View source: R/getParDiffTree.R
getParDiffTree | R Documentation |
Returns a table with some measure of parameter differences between post-split nodes.
getParDiffTree(tree, measure = "wald", normalize = FALSE)
tree |
a semtree object. |
measure |
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. |
normalize |
logical value; if TRUE parameter differences of each split are divided by sum of all differences the corresponding split. Set to FALSE by default. |
A matrix containing parameter differences. The
matrix has n
rows and k
columns, where n
is the number of
non-leaf nodes of the tree and k
is the number of model parameters. The
rows are named by the node IDs as given getNodeById
and the columns
are named as in coef
.
Manuel Arnold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.