subtree | R Documentation |
The subtree
function returns a tree from a selected node of the
semtree
returned tree.
subtree(tree, startNode = NULL, level = 0, foundNode = FALSE)
tree |
A SEMtree object obtained from |
startNode |
Node id, which will be future root node (0 to max node
number of |
level |
Ignore. Only used internally. |
foundNode |
Ignore. Only used internally. |
The row names of the resulting data frame correspond to internal node ids
and the column names correspond to standard errors in the SEM. Standard
errors of the estimates can be obtained from se
.
Returns a semtree
object which is a partitioned tree
from the input semtree
.
Andreas M. Brandmaier, John J. Prindle
Brandmaier, A.M., Oertzen, T. v., McArdle, J.J., & Lindenberger, U. (2013). Structural equation model trees. Psychological Methods, 18(1), 71-86.
semtree
, semtree.control
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.