find_second_split {metacart} | R Documentation |
A function to find the optimal combination of first two splits, and the corresponding Q-between given the first split
Description
A function to find the optimal combination of first two splits, and the corresponding Q-between given the first split
Usage
find_second_split(xk, first.splits, y, vi, minbucket, minsplit)
Arguments
xk |
moderator vector |
first.splits |
possible first splits |
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
a list including all possible combinations of the triplet
[Package metacart version 3.0.0 Index]