predtrast: Predict y-values from boosted contrast model

View source: R/contrast.R

predtrastR Documentation

Predict y-values from boosted contrast model

Description

Predict y-values from boosted contrast model

Usage

predtrast(model, x, z, num = model$niter)

Arguments

model

model object output from modtrast()

x

x-values for new data

z

z-values for new data

num

number of trees used to compute model values

Value

predicted y-values for new data from model

See Also

contrast()


conTree documentation built on Nov. 22, 2023, 5:08 p.m.