model_kinetic_lst | R Documentation |
Generates a list of kinetic objects for a vector of response
variable names. A wrapper around model_kinetic
enabling for
model construction in parallel.
model_kinetic_lst( data, responses = NULL, time = "time", ID = "ID", family = "gaussian", order = 2, .parallel = FALSE, .errors = FALSE, ... )
data |
a data frame. |
time |
name of the time variable. |
ID |
name of the pairing/grouping or block variable. |
family |
modeling family. |
.parallel |
logical, should the model construction be done in parallel? |
.errors |
logical, should modeling failures be returned? |
... |
extra arguments passed to |
response |
a vector with the response variable names. |
a list with kinetic class objects, one for each response variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.