Learn R Programming

xspliner (version 0.0.4)

predict.xspliner: Predict xspliner method

Description

Predict xspliner method

Usage

# S3 method for xspliner
predict(object, newdata, ...)

Arguments

object

Object of class 'xspliner'.

newdata

Data that should be prediction based on.

...

Another arguments passed into predict.glm method.