Description Usage Arguments Value
View source: R/grow_tree_Support.R
A function to find the optimal combination of first two splits, and the corresponding Q-between given the first split
1 | find_second_split(xk, first.splits, y, vi, minbucket, minsplit)
|
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 |
a list including all possible combinations of the triplet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.