create_cm: A custommodel-class constructor

Description Usage Arguments Examples

Description

Takes all the information needed and returns a cm-class object

Usage

1
2
create_cm(data_ode = NULL, data_expl_list = NULL, explfun = NULL,
  cname = NULL, ode_names = NULL, ode_parnames = NULL, fit_start = NULL)

Arguments

data_ode

a data.frame with ode data or a name of xlsx file with data

data_expl_list

a list of data.frames with explicit data or a name of xlsx file with data (each data.frame in a separate sheet)

explfun

a list of explicit functions (length equal to length of data_expl_list)

cname

a name of the compiled c file to be loaded

ode_names

a vector of names of y's for ode system

ode_parnames

a vector of names of parameters for ode system

fit_start

a named vector of initial values for fitting

Examples

1
cat_function()

dkolobok/confest documentation built on May 15, 2019, 9:13 a.m.