diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-15 19:06:02 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-15 19:06:02 +0100 |
commit | dd525f49b852376f24851f23c36d6c50f23dbf82 (patch) | |
tree | eb0a6b5d41df3ea35f0f61269ca66957c80dcfd5 /R/saem.R | |
parent | 262d4de5fb2c6e98367793650607b3baa4268fcc (diff) |
Start parms and endpoints for covariates
Diffstat (limited to 'R/saem.R')
-rw-r--r-- | R/saem.R | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -226,6 +226,8 @@ saem.mmkin <- function(object, transformations = transformations, transform_rates = object[[1]]$transform_rates, transform_fractions = object[[1]]$transform_fractions, + covariates = covariates, + covariate_models = covariate_models, sm = m_saemix, so = f_saemix, call = call, |