Is it possible for me to modify the dialog for for Decision Trees to add a weight variable? I know the rpart function can incorporate a weight variable. I realize that I can create custom dialogs for my own functions -- but is it possible for me to access the code for the Decision Tree dialog and create my own version that has a box for an optional weight variable?
top of page
bottom of page
Yes, you can modify any of the existing dialogs, see create a custom dialog https://www.blueskystat.net/Development/Extending-BlueSky-Statistics.html also you can get a copy of the dialogs at our git hub repository at https://github.com/BlueSkyStatistics