evalPredictModel: Evaluates a predictModel slot inside the object cointaining...

View source: R/predictModel.R

evalPredictModelR Documentation

Evaluates a predictModel slot inside the object cointaining it

Description

Models in objects of the predictModel class can make use of slots and methods of the FLR class in which it is contained as a slot. This function can be used by methods wishing to evaluate a single predictModel slot in the context of the class it is part of.

Usage

evalPredictModel(object, slot, ...)

Arguments

object

The FLR S4 over whicvh the predictModel evaluation should take place

slot

The predictModel object to be evaluated

Value

The result of evaluating the model, usually an FLQuant

Author(s)

The FLR Team

See Also

predictModel


flr/FLCore documentation built on May 4, 2024, midnight