diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-27 20:10:01 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-27 20:10:01 +0200 |
commit | 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a (patch) | |
tree | 70f86619437fb8f1bc1f144b847fc4dacbcba128 /R/nlmixr.R | |
parent | 047d048b89e167fb354b45cd7c6b719b9f4cdd28 (diff) |
intervals() methods, more DFOP/tc variants
Diffstat (limited to 'R/nlmixr.R')
-rw-r--r-- | R/nlmixr.R | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ nlmixr::nlmixr #' for parameter that are tested if requested by 'test_log_parms'. #' @param data Not used, as the data are extracted from the mmkin row object #' @param table Passed to [nlmixr::nlmixr] -#' @param error_model Possibility to override the error model which is being -#' set based on the error model used in the mmkin row object. +#' @param error_model Optional argument to override the error model which is +#' being set based on the error model used in the mmkin row object. #' @param control Passed to [nlmixr::nlmixr] #' @param \dots Passed to [nlmixr_model] #' @param save Passed to [nlmixr::nlmixr] |