Skip to content

Commit

Permalink
Add popedControl() for opt_xt and opt_a etc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 22, 2024
1 parent 2a028c9 commit c94d19f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
16 changes: 15 additions & 1 deletion R/poped.R
Original file line number Diff line number Diff line change
Expand Up @@ -2400,12 +2400,16 @@ attr(rxUiGet.popedParameters, "desc") <- "PopED input $parameters"
#' @param timeHi string that represents the upper design time (ie
#' maxmt)
#' @param id The id variable
#'
#' @param user_distribution_pointer Filename and path, or function
#' name, for user defined distributions for E-family designs
#'
#' @param auto_pointer Filename and path, or function name, for the
#' Autocorrelation function, empty string means no autocorrelation.
#' Autocorrelation function, empty string means no autocorrelation
#'
#' @param fixRes boolean; Fix the residuals to what is specified by
#' the model
#'
#' @param script write a PopED/rxode2 script that can be modified for
#' more fine control. The default is NULL.
#'
Expand All @@ -2417,6 +2421,16 @@ attr(rxUiGet.popedParameters, "desc") <- "PopED input $parameters"
#' When `script` is a file name (with an R extension), the script is
#' written to that file.
#'
#' @param opt_xt boolean to indicate if this is meant for optimizing times
#'
#' @param opt_a boolean to indicate if this is meant for optimizing covariates
#'
#' @param opt_x boolean to indicate if the discrete design variables
#' be optimized
#'
#' @param opt_samps boolean to indicate if the sample optimizer is
#' used (not implemented yet in `PopED`)
#'
#' @inheritParams nlmixr2est::foceiControl
#' @inheritParams PopED::create.poped.database
#' @inheritParams PopED::create_design_space
Expand Down
12 changes: 11 additions & 1 deletion man/popedControl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c94d19f

Please sign in to comment.