predict.ewp: Predict from fitted model

View source: R/ewp_reg.R

predict.ewpR Documentation

Predict from fitted model

Description

Predict from fitted model

Usage

## S3 method for class 'ewp'
predict(object, newdata, type = c("response"), na.action = na.pass, ...)

Arguments

object

ewp model object

newdata

optional data.frame

type

character; default="response", no other type implemented

na.action

defaults to na.pass()

...

ignored

Value

a vector of predictions


ewp documentation built on June 8, 2025, 1:31 p.m.