create_model_group_func: Create model function pointer groups

Description Usage Arguments Value See Also

View source: R/model_creation.R

Description

Creaters a function pointer for model_func_groups to save passing multiple vectors constantly. This function will return the same thing, but requires only a vector of (unnamed) parameters and a vector of times providing the parameter vector is the same order as in the given parTab argument. Users should use this function to create the interface function from a single parTab, rather than using model_func each time.

Usage

1
2
create_model_group_func(parTab, exposures, form = "isolated",
  cross_reactivity = FALSE, typing = FALSE)

Arguments

parTab

the full parameter table - see example csv file

exposures

the exposure table - see example csv file

form

a string to indicate the form of the model ("isolated" or "competitive")

cross_reactivity

if TRUE, then uses cross-reactive boosting rather than ID based boosting

typing

if TRUE, then uses the type specific parameters rather than universal parameters

Value

a function pointer for model_func_groups

See Also

create_model_func


jameshay218/antibodyKinetics documentation built on Nov. 8, 2019, 11 a.m.