## choose the teststat as "energy1"
htt_control(teststat = "energy1")
## choose the p-value 0.01
htt_control(pt = 0.01)
## choose the alpha to 0.5
htt_control(alpha = 0.5)
## change the minimum number of observations in a terminal node
htt_control(minbucket = 7)
## reduce the number of permutation replications to save time
htt_control(R = 99)
Run the code above in your browser using DataLab