A function to find the best triplets of parent, moderator, and split point.
find_triplet(xk, nodeMbrship, y, vi, minbucket, minsplit)
xk
: moderator vectornodeMbrship
: node membership vectory
: effect sizevi
: sampling varianceminbucket
: the minimal number of studies in child nodesminsplit
: the minimal number of studies in parent nodepleaf: the parent node
cstar: the split point
rank: the rank used to order categorical moderator
Useful links