Learn R Programming

ewp (version 0.1.2)

predict.ewp: Predict from fitted model

Description

Predict from fitted model

Usage

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

Value

a vector of predictions

Arguments

object

ewp model object

newdata

optional data.frame

type

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

na.action

defaults to na.pass()

...

ignored