pd_petabSelect_collectReportYamlCriteria: Collect AIC and BIC from pd

View source: R/petab_select.R

pd_petabSelect_collectReportYamlCriteriaR Documentation

Collect AIC and BIC from pd

Description

Chooses LL based on availability

  1. If mstrust is available, take from mstrust

  2. else take from "base" (which might be a single fit) CAREFUL: base might be worse than base_obsParsFitted, as base is not necessarily fitted

  3. else take from "base_obsParsFitted"

  4. else take from pd$pars (which might be unfitted)

Usage

pd_petabSelect_collectReportYamlCriteria(pd)

Arguments

pd

a pd

Value

list(AIC = numeric(1L), BIC = numeric(1L))

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other petab select: as.data.table.reportYaml(), pd_petabSelect_collectEstimatedParameters(), pd_petabSelect_collectParameters(), pd_petabSelect_reportYaml(), petabSelect_LRT(), petabSelect_collectReportYamlCriteria(), petabSelect_compareModels(), petabSelect_readReportYaml(), petabSelect_reportYaml(), petabSelect_writeReportYaml()


dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.