From 9dd116628037c3d585f5d40c3949ff05356554de Mon Sep 17 00:00:00 2001 From: Matthew Fidler Date: Sat, 14 Sep 2024 21:43:27 -0500 Subject: [PATCH] ::document() --- man/popedControl.Rd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/popedControl.Rd b/man/popedControl.Rd index 9d983010..7213ac9c 100644 --- a/man/popedControl.Rd +++ b/man/popedControl.Rd @@ -134,6 +134,8 @@ popedControl( user_distribution_pointer = "", minxt = NULL, maxxt = NULL, + discrete_xt = NULL, + discrete_a = NULL, fixRes = FALSE, script = NULL, overwrite = TRUE, @@ -533,6 +535,14 @@ supplied then all xt values are given the same minimum value} \item{maxxt}{Matrix or single value defining the maximum value for each xt sample. If a single value is supplied then all xt values are given the same maximum value.} +\item{discrete_xt}{Cell array \code{\link[PopED]{cell}} defining the discrete variables allowed for each xt value. + Can also be a list of values \code{list(1:10)} (same values allowed for all xt), or a list of lists +\code{list(1:10, 2:23, 4:6)} (one for each value in xt). See examples in \code{\link[PopED]{create_design_space}}.} + +\item{discrete_a}{Cell array \code{\link[PopED]{cell}} defining the discrete variables allowed for each a value. + Can also be a list of values \code{list(1:10)} (same values allowed for all a), or a list of lists +\code{list(1:10, 2:23, 4:6)} (one for each value in a). See examples in \code{\link[PopED]{create_design_space}}.} + \item{fixRes}{boolean; Fix the residuals to what is specified by the model}