brandmaier / semtree

Recursive Partitioning for Structural Equation Models
https://brandmaier.github.io/semtree/
GNU General Public License v3.0
13 stars 11 forks source link

fixes for partialdependence and growth #46

Closed cjvanlissa closed 2 years ago

cjvanlissa commented 2 years ago

@brandmaier I think this fixes the issue you reported. plot.partialDependence() now dispatches different plot functions, depending on element $type of class partialDependence. If it's a growth partialdependence, you get a growth plot.

brandmaier commented 2 years ago

much appreciated!