getFittedModel: Retrieve the fitted model, if appropriate, from a loadModel...

Description Usage Arguments Value See Also

Description

A function in the loadModelInterface. Takes a load.model and returns a function to fit a new load.model that is identical in every respect except its training data and resulting model coefficients or other paramters. The returned function should accept exactly one argument, the training data, and should return an object of the same class as load.model.

Usage

1
getFittedModel(load.model)

Arguments

load.model

The load model for which to return the inner fitted model.

Value

Object of class "function" which

See Also

Other loadModelInterface: estimateMSE, getFittingData, getFittingFunction, getMetadata, predictSolute, simulateSolute, summarizeModel, validLoadModelInterface

Other getFittedModel: getFittedModel.loadModel


McDowellLab/loadflex documentation built on May 8, 2019, 9:48 a.m.