REmrt.fit0: A function to fit the tree with look-ahead option

Description Usage Arguments Value

View source: R/SupportLookAhead.R

Description

A function to fit the tree with look-ahead option

Usage

1
REmrt.fit0(mf, maxL, minbucket, minsplit, delQ, lookahead)

Arguments

mf

the data.frame to grow the tree

maxL

the maximum number of splits

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 list including a tree, the split points, the data, and the nodes after each split


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