wes-brooks / repart

classification trees for categorical outcomes with random effects in R
MIT License
0 stars 0 forks source link

Turn the fitted tree into a `partykit`tree #7

Closed wes-brooks closed 4 years ago

wes-brooks commented 4 years ago

Want to take advantage of the analysis and visualization tools made available by the partykit package.

wes-brooks commented 4 years ago

There are methods in the party kit package to grow a tree. I will swap them into my tree-building functions.

wes-brooks commented 4 years ago

using this partykit vignette, I've been able to build the tree in partykit, but I lost some functionality along the way. Need to extract residuals from this new tree.