predict.ewp {ewp}R 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


[Package ewp version 0.1.1 Index]