inference_kinetic_list: Inference stats for the kinetic object list.

View source: R/inference_lrt.R

inference_kinetic_listR Documentation

Inference stats for the kinetic object list.

Description

Calculates inference stats for a list of kinetic objects, optionally in parallel. See: coef.kinetic for details.

Usage

inference_kinetic_list(
  kinetic_objects,
  .parallel = FALSE,
  .errors = FALSE,
  ...
)

Arguments

kinetic_objects

a list of kinetic class objects.

.parallel

logical, should the model construction be done in parallel?

.errors

logical, should modeling failures be returned?

...

extra arguments passed to coef.kinetic.

Value

a list of data frames with the inference stats.


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