model_kinetic_lst: Generate a list of kinetic objects.

View source: R/modeling.R

model_kinetic_lstR Documentation

Generate a list of kinetic objects.

Description

Generates a list of kinetic objects for a vector of response variable names. A wrapper around model_kinetic enabling for model construction in parallel.

Usage

model_kinetic_lst(
  data,
  responses = NULL,
  time = "time",
  ID = "ID",
  family = "gaussian",
  order = 2,
  .parallel = FALSE,
  .errors = FALSE,
  ...
)

Arguments

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 lmer or glmer.

response

a vector with the response variable names.

Value

a list with kinetic class objects, one for each response variable.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.