View source: R/loadModelInterface.R
| summarizeModel | R Documentation |
summarizeModel produces a 1-row data.frame of model metrics. The relevant metrics vary by model type; only the relevant metrics are reported for each model.
summarizeModel(load.model, ...)
load.model |
A load model object, typically inheriting from loadModel and always implementing the loadModelInterface. |
... |
Other arguments passed to model-specific methods |
Other loadModelInterface: estimateMSE,
getFittedModel,
getFittingData,
getFittingFunction,
getMetadata, predictSolute,
simulateSolute,
validLoadModelInterface
Other summarizeModel: summarizeModel.loadComp,
summarizeModel.loadInterp,
summarizeModel.loadLm,
summarizeModel.loadModel,
summarizeModel.loadReg2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.