get_relevant_limits {expirest} | R Documentation |
Get relevant limits
Description
The function get_relevant_limits()
expects a list returned by the
function set_limits
and returns a list of only the relevant limits,
i.e. those that are relevant with respect to transformation.
Usage
get_relevant_limits(limits_list, xform = c("no", "no"), ivl_side = "lower")
Arguments
limits_list |
A list returned by the |
xform |
A vector of two character strings that specifies the
transformation of the response and the time variable. The default is
“no” transformation, i.e. |
ivl_side |
A character string that specifies if the specification
limit, given that the limit has only one side, is an “upper” or a
“lower” bound, i.e. it is specified as either |
Details
The function get_relevant_limits()
makes a subset of the
list returned by the set_limits()
function.
Value
A list with the following elements is returned:
sl.orig |
A numeric value or a numeric vector of length |
sl |
A numeric value or a numeric vector of length |
rl.orig |
A numeric value or a numeric vector that specifies the release
limit(s) on the original scale. If |
rl |
A numeric value or a numeric vector of adjusted release limit(s).
If |
sl.bt |
A numeric value or a numeric vector of length |
rl.bt |
A numeric value or a numeric vector of adjusted release
limit(s) before transformation. If no transformation has been performed
it is |