predict.gpls: Predict method for gpls models

Description Usage Arguments Value

View source: R/PLS.R

Description

Predict method for gpls models

Usage

1
2
3
4
5
6
7
## S3 method for class 'gpls'
predict(
  object,
  newdata = NULL,
  type = c("response", "link", "class"),
  se.fit = FALSE
)

Arguments

newdata

the new data

type

either "link" (untransformed linear predictor), "response" (transformed prediction), or "class" (for binomial models only)

se.fit

should the standard errors of prediction also be returned

model

the model

Value

none


abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.