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

dynamically adjust min_N and min_bucket? #54

Open brandmaier opened 1 year ago

brandmaier commented 1 year ago

maybe add a heuristic for those values if they are not set by the user.

Say, count the number of free parameters and multiply by 5 to set min_bucket, then set min_N as 2*min_bucket.