find_triplet: A function to find the best triplets of parent, moderator,...

Description Usage Arguments Value

View source: R/grow_tree_Support.R

Description

A function to find the best triplets of parent, moderator, and split point.

Usage

1
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


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