predict.leekasso: Preddict Method for Leekasso Fits

Description Usage Arguments Value See Also

View source: R/leekasso.R

Description

Obtains predictions from the leekasso-fit glm in a leekasso object.

Usage

1
2
## S3 method for class 'leekasso'
predict(object, newdata = NULL, ...)

Arguments

object

A gitted object of "leekasso" class

newdata

An optional data frame of new data to predict the response of. If omitted, the data used to fit the model is used.

...

Arguments passed on to predict.glm

Value

In general a vector or matrix of predictions, but see also the documentation for predict.glm.

See Also

predict.glm


3inar/einr documentation built on May 5, 2019, 10:43 a.m.