p_ic_fun: Automatically generate parameter trafos to quickly test...

Description Usage Arguments Value

Description

This function can be used, if one wants quickly wants to check the behaviour of the model with different parameters. The named list ic_list contains all the parameter values that one wants to try out. The function then returns a set of parameter transformations p_ic which can be put into g*x*p_ic to have a look at the model prediction.

Usage

1
p_ic_fun(ic_list, pars, mixed = FALSE)

Arguments

ic_list

Named list of parameter values to be set.

pars

The original set of parameters to be replaced.

mixed

Should all combinations of the pars be gone through (TRUE) or should the other pars be set to their first value supplied, when scanning through a certain parameter?

Value

A "parfn" of all conditions.


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