Rdocumentation
powered by
Learn R Programming
TraMineR (version 1.8-9)
disstreeleaf: Terminal node membership
Description
Return a factor with the terminal node membership of each case.
Usage
disstreeleaf(tree, label=FALSE)
Arguments
tree
The tree, a
disstree
or
DissTreeNode
object.
label
Logical. If
TRUE
, the returned leaf memberships are labelled with the corresponding classifications rules.
See Also
disstree
for examples