summarizeModel.loadLm: Extract model summary statistics from a loadLm model

Description Usage Arguments Value See Also Examples

Description

Produce a 1-row data.frame of model metrics.

Usage

1
2
## S3 method for class 'loadLm'
summarizeModel(load.model, ...)

Arguments

load.model

A load model object, typically inheriting from loadModel and always implementing the loadModelInterface.

...

Other arguments passed to model-specific methods

Value

Returns a 1-row data frame with the following columns:

A 1-row data.frame of model metrics

See Also

Other summarizeModel: summarizeModel.loadComp, summarizeModel.loadInterp, summarizeModel.loadModel, summarizeModel.loadReg2, summarizeModel

Examples

1
2

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