pred.MMT {DynForest} | R Documentation |
Predict the leaf by dropping down the subject in the tree
Description
Predict the leaf by dropping down the subject in the tree
Usage
pred.MMT(
tree,
Longitudinal = NULL,
Numeric = NULL,
Factor = NULL,
timeVar = NULL
)
Arguments
tree |
Tree object resulting from |
Longitudinal |
A list of longitudinal predictors which should contain: |
Numeric |
A list of numeric predictors which should contain: |
Factor |
A list of factor predictors which should contain: |
timeVar |
A character indicating the name of time variable |