REmrt.xvalid: A function to perform cross-validation for RE meta-tree

Description Usage Arguments Value

View source: R/SupportLookAhead.R

Description

A function to perform cross-validation for RE meta-tree

Usage

1
REmrt.xvalid(mf, maxL, n.fold, minbucket, minsplit, delQ, lookahead)

Arguments

mf

the data.frame to grow the tree

maxL

the maximum number of splits

n.fold

the number of folds to perform the cross-validation

minbucket

the minimum number of the studies in a terminal node

minsplit

the minimal number of studies in a parent node to be split

delQ

the stopping rule for decrease of between-subgroups Q. Any split that does not decrease the between-subgroups Q is not attempted.

lookahead

an argument indicating whether to apply the "look-ahead" strategy when fitting the tree

Value

a cp table


XinruLI/metacartv0.1.0 documentation built on May 14, 2019, 10:32 a.m.