pd_petabSelect_reportYaml: Create the reportYaml from a PD

View source: R/petab_select.R

pd_petabSelect_reportYamlR Documentation

Create the reportYaml from a PD

Description

Create the reportYaml from a PD

Usage

pd_petabSelect_reportYaml(pd, FLAGwriteYaml = TRUE)

Arguments

pd

a pd

FLAGwriteYaml

TRUE: Writes reportYaml into the original petab folder

Value

reportYaml as list, see petabSelect_reportYaml

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_collectReportYamlCriteria(), petabSelect_LRT(), petabSelect_collectReportYamlCriteria(), petabSelect_compareModels(), petabSelect_readReportYaml(), petabSelect_reportYaml(), petabSelect_writeReportYaml()

Examples

# create reportYaml
pd <- petab_exampleRead("01", "pd")
reportYaml <- pd_petabSelect_reportYaml(pd, FLAGwriteYaml = FALSE)

# write it to disk and look at it
tf <- tempfile(fileext = ".yaml")
petabSelect_writeReportYaml(reportYaml, tf)
file.edit(tf)

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