L1_getParameterFormulaInjection: Create L1 Trafo, depending on parameterScale

View source: R/PEtab.R

L1_getParameterFormulaInjectionR Documentation

Create L1 Trafo, depending on parameterScale

Description

Trafo injection

Usage

L1_getParameterFormulaInjection(pe, parameterId_base)

Arguments

pe
parameterId_base

vector of parameterId which should be L1'd.

Details

  • For logpars: par * L1_par

  • For linpars: par + L1_par

Value

data.table(parameterId, parameterFormula, trafoType = "L1")

Author(s)

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

See Also

Other petab L1: pe_L1_addL1ParsToExperimentalCondition(), pe_L1_createL1Problem(), pe_L1_updateParameterFormulaInjection()

Examples

pe <- petab_exampleRead("05")
L1_getParameterFormulaInjection(pe, c("kcat", "E"))

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