mvTree: Fit an FunFor tree

Description Usage Arguments Examples

View source: R/FunFor.R

Description

This function is used to fit an FunFor tree. It can be called independently or used in the main function FunFor().

Usage

1
mvTree(formula, data, npc = NULL, m_split, smooth)

Arguments

formula

Formula of model fitted

data

All the data

npc

Number of PCs

m_split

Optimal tree size

smooth

Whether to smooth curves

Examples

1
mvTree(Y ~ ., data, m_split = 20, smooth = TRUE)

xiaotiand/FunFor documentation built on Dec. 23, 2021, 6:18 p.m.