predict.geim: Predictions of a geim model

View source: R/ge_im.R

predict.geimR Documentation

Predictions of a geim model

Description

Returns the model predictions for given data.

Usage

## S3 method for class 'geim'
predict(object, newdata, as.c = FALSE, ...)

Arguments

object

a geim object, as returned by ge_im

newdata

a dataframe with values of the model variables for prediction, defaults to model input.

as.c

boolean ; if TRUE, returns predictions as components of the dimensionally reduced data.

...

ignored (needed to match the S3 standard)


LBMC/wormAge documentation built on April 6, 2023, 3:52 a.m.