From 568d1d537dc9b8c26e435ce77b273a27855fe965 Mon Sep 17 00:00:00 2001 From: Ron Keizer Date: Tue, 26 Aug 2025 10:39:32 -0700 Subject: [PATCH] rm unused argument to PKPD::sim() --- R/get_map_estimates.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/get_map_estimates.R b/R/get_map_estimates.R index 696c8ec..20f260d 100755 --- a/R/get_map_estimates.R +++ b/R/get_map_estimates.R @@ -228,7 +228,6 @@ get_map_estimates <- function( checks = FALSE, only_obs = TRUE, A_init = A_init, - fixed = fixed, mixture_group = mixture_group, # dummy value t_max = tail(t_obs, 1) + t_init + 1, iov_bins = iov_bins,