p_pert_fun: Convenient simulation of perturbation experiments

Description Usage Arguments Details Value

Description

A parameter transformation function to conveniently generate conditions, in which on parameter was perturbed

Usage

1
p_pert_fun(pars_perturbed, pars, modelname = NULL)

Arguments

pars_perturbed

A named vector with the changes on the log scale of the perturbed parameters.

pars

All parameters of the model.

Details

Attention: if !is.null(modelname) you have to run compile(p_pert) after calling p_pert <- p_pert_fun(..)

Value

A parameter trafo function of class parfn, which goes from pars_outer (log scale) to pars_outer (log scale)


dlill/MRAr documentation built on May 16, 2019, 7:24 a.m.