predict.REmrt {metacart} | R Documentation |
Predictions from a fitted RE metacart object
Description
Returns a data frame of predicted effect sizes and moderators from a fitted metacart object
Usage
## S3 method for class 'REmrt'
predict(object, newdata, ...)
Arguments
object |
fitted model object of class "REmrt". |
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]