predict.glmEnsemble: Predict Method for GLM Ensembles

Description Usage Arguments

View source: R/predict.R

Description

Obtains prediction from a fitted glmEnsemble model object.

Usage

1
2
3
## S3 method for class 'glmEnsemble'
predict(object, newdata = NULL, type = c("link",
  "response"))

Arguments

object

a fitted object of class "glmEnsemble".

newdata

A data frame in which to look for variables with which to predict.

type

the type of prediction required. The default, "link", is on the scale of the linear predictors; the alternative "response" is on the scale of the response variable.


alexWhitworth/glmEnsemble documentation built on Nov. 5, 2021, 6:55 a.m.