cf_profile_prepareAffectedPaths: Prepare parameters affected by a profile

View source: R/dModAugmentation.R

cf_profile_prepareAffectedPathsR Documentation

Prepare parameters affected by a profile

Description

Its not helpful to plot all paths in plotPaths, but only of those parameters which are affected

Usage

cf_profile_prepareAffectedPaths(
  profiles,
  tol = 0.1,
  FLAGnormalizeYParameters = TRUE,
  SDcols = c("value", "constraint", "PARAMETER1", "PARAMETER2", "PARVALUE1",
    "PARVALUE2")
)

Arguments

profiles

Profiles from dMod::profile

tol

tolerance to measure if a parameter is affected

FLAGnormalizeYParameters

Let them all pass through the same point: subtract the value at constraint = 0

Value

data.table(value, constraint, PARAMETER1, PARAMETER2, PARVALUE1, PARVALUE2)]

Author(s)

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


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.