predict.FEmrt: Predictions from a fitted FE metacart object

View source: R/predict.R

predict.FEmrtR 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.


metacart documentation built on June 8, 2025, 12:46 p.m.