predict.slise: Predict with a SLISE

View source: R/slise.R

predict.sliseR Documentation

Predict with a SLISE

Description

Predict with a SLISE

Usage

## S3 method for class 'slise'
predict(object, newdata = NULL, ..., logit = FALSE)

Arguments

object

SLISE object

newdata

data matrix

...

ignored additional parameters

logit

return the result in logit space if a logit has been applied to Y (default: FALSE)

Value

prediction vector


edahelsinki/slise documentation built on Aug. 24, 2023, 11:03 p.m.