plotModelFit: Plot errors of all models

Description Usage Arguments

View source: R/plotModelFit.R

Description

This plot is automatically produced with the execution of getBestModel.

Usage

1
2
plotModelFit(models, thresholdSE = 1, loos = NULL,
  markBestModel = TRUE)

Arguments

models

List with models of class ConstrainedLinReg

thresholdSE

numeric: Factor multiplied with standard error to obtain ends of error bars

loos

List with the model fit results for all models as returned by BMSC:::getLoo. If not provided, they are computed from the model list, which can take some time.

markBestModel

boolean: highlight position of the best model in the model list


BMSC documentation built on Aug. 2, 2019, 5:05 p.m.

Related to plotModelFit in BMSC...