predict.FEmrt {metacart} | R Documentation |
Predictions from a fitted FE metacart object
Description
Returns a data frame of predicted effect sizes and moderators from a fitted metacart object
Usage
## S3 method for class 'FEmrt'
predict(object, newdata, ...)
Arguments
object |
fitted model object of class "FEmrt". |
newdata |
data frame containing the values for which predictions are required. |
... |
Arguments that pass to other methods. |
Value
A data frame containing the predicted effect size, the moderators, and the corresponding node labels in the fitted tree.
[Package metacart version 3.0.0 Index]