summarizeModel.loadReg: Extract model summary statistics from an...

Description Usage Arguments Value

Description

Produce a 1-row data.frame of model metrics. The relevant metrics for loadReg models are largely the same as those reported by the rloadest package, though reported in this streamlined data.frame format for bulk reporting. summarizeModel.loadReg should rarely be accessed directly; instead, call summarizeModel() on a loadReg object.

Usage

1
2
3
## S3 method for class 'loadReg'
summarizeModel(load.model, flux.or.conc = c("flux", "conc"),
  ...)

Arguments

load.model

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

flux.or.conc

character. Which internal model (the flux model or the concentration model) should be summarized? An rloadest::loadReg model is actually two different models for (1) flux and (2) concentration, each fitted to the same data and with the same model structure except for whether the left-hand side of the model formula is flux or concentration. Some of the model metrics differ between these two internal models.

...

Other arguments passed to model-specific methods

Value

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


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