diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-02 18:03:54 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-02 18:03:54 +0100 |
commit | 2bb59c88d49b193f278916ad9cc4de83c0de9604 (patch) | |
tree | f286bba254d7c5f2d32eeb2b11f6148938b0e1e1 /R | |
parent | 351248d07f810ccb6c497633a02cd48ee35526e6 (diff) |
Make tests more platform independent, update docs
Diffstat (limited to 'R')
-rw-r--r-- | R/nlmixr.R | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -156,7 +156,6 @@ nlmixr::nlmixr #' # lowest AIC #' plot(f_nlmixr_fomc_sfo_focei_obs_tc) #' summary(f_nlmixr_fomc_sfo_focei_obs_tc) -#' } #' #' # Two parallel metabolites #' dmta_ds <- lapply(1:7, function(i) { @@ -180,7 +179,7 @@ nlmixr::nlmixr #' dmta_ds, quiet = TRUE, error_model = "obs") #' nlmixr_model(f_dmta_sfo_sfo2) #' nlmixr_focei_dmta_sfo_sfo2 <- nlmixr(f_dmta_sfo_sfo2, est = "focei") -#' +#' } #' @export nlmixr.mmkin <- function(object, data = NULL, est = NULL, control = list(), |