petab_create_parameter_df: Original petab function didn't work

View source: R/PEtab.R

petab_create_parameter_dfR Documentation

Original petab function didn't work

Description

Original petab function didn't work

Usage

petab_create_parameter_df(pe, observableParameterScale = "log10")

Arguments

pe

petab without a parameter_df

observableParameterScale

"lin", "log" or "log10"

Value

petab_parameters() data.table

Author(s)

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

Examples

pe <- petab_exampleRead("01", "pe")
pe$parameters <- NULL
petab_create_parameter_df(pe)

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