find_triplet {metacart} | R Documentation |
A function to find the best triplets of parent, moderator, and split point.
Description
A function to find the best triplets of parent, moderator, and split point.
Usage
find_triplet(xk, nodeMbrship, y, vi, minbucket, minsplit)
Arguments
xk |
moderator vector |
nodeMbrship |
node membership vector |
y |
effect size |
vi |
sampling variance |
minbucket |
the minimal number of studies in child nodes |
minsplit |
the minimal number of studies in parent node |
Value
pleaf: the parent node
cstar: the split point
rank: the rank used to order categorical moderator
[Package metacart version 2.0-3 Index]