ds_mixed: Synthetic data for hierarchical kinetic degradation models

ds_mixedR Documentation

Synthetic data for hierarchical kinetic degradation models

Description

The R code used to create this data object is installed with this package in the 'dataset_generation' directory.

Examples

## Not run: 
  sfo_mmkin <- mmkin("SFO", ds_sfo, quiet = TRUE, error_model = "tc", cores = 15)
  sfo_saem <- saem(sfo_mmkin, no_random_effect = "parent_0")
  plot(sfo_saem)

## End(Not run)

# This is the code used to generate the datasets
cat(readLines(system.file("dataset_generation/ds_mixed.R", package = "mkin")), sep = "\n")

mkin documentation built on Oct. 14, 2023, 5:08 p.m.