predict.SL.sgd.boundedLogistic: Computes a prediction for sgd poisson regression

Description Usage Arguments Value Examples

Description

Get a prediction on a new data point for the current sgd poisson regression fit.

Usage

1
2
## S3 method for class 'SL.sgd.boundedLogistic'
predict(object, newdata, ...)

Arguments

newdata

A data.frame object with data on which predictions are desired.

fit

The current object fit of class SL.sgd.poisson

Value

pred A vector of predictions for current sgd poisson regression.

Examples

1
Examples to come

benkeser/onlinesl documentation built on May 12, 2019, 12:09 p.m.