find_second_split: A function to find the optimal combination of first two...

Description Usage Arguments Value

View source: R/grow_tree_Support.R

Description

A function to find the optimal combination of first two splits, and the corresponding Q-between given the first split

Usage

1
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


metacart documentation built on July 10, 2020, 5:06 p.m.