From 49403124f1e7c425d937ab0daed6473e30cbc1ed Mon Sep 17 00:00:00 2001 From: Prerana Chandratre Date: Fri, 1 Sep 2023 12:30:26 +0200 Subject: [PATCH] Update: Additional Statistical Summary --- R/Design-methods.R | 3 +++ man/simulate-DADesign-method.Rd | 2 ++ man/simulate-Design-method.Rd | 2 ++ man/simulate-DualDesign-method.Rd | 2 ++ 4 files changed, 9 insertions(+) diff --git a/R/Design-methods.R b/R/Design-methods.R index 3afafbdbe..3c521700c 100644 --- a/R/Design-methods.R +++ b/R/Design-methods.R @@ -190,6 +190,7 @@ getResultList <- function(fun, ##' @param nCores how many cores should be used for parallel computing? ##' Defaults to the number of cores on the machine, maximum 5. ##' @param \dots not used +##' @param derive A list of functions that derive statistics from the target dose samples. ##' ##' @return an object of class \code{\linkS4class{Simulations}} ##' @@ -705,6 +706,7 @@ setMethod("simulate", ##' @param nCores how many cores should be used for parallel computing? ##' Defaults to the number of cores on the machine, maximum 5. ##' @param \dots not used +##' @param derive A list of functions that derive statistics from the target dose samples. ##' ##' @return an object of class \code{\linkS4class{DualSimulations}} ##' @@ -4177,6 +4179,7 @@ setMethod("simulate", ##' @param nCores how many cores should be used for parallel computing? ##' Defaults to the number of cores on the machine (maximum 5) ##' @param \dots not used +##' @param derive A list of functions that derive statistics from the target dose samples. ##' ##' @return an object of class \code{\linkS4class{Simulations}} ##' diff --git a/man/simulate-DADesign-method.Rd b/man/simulate-DADesign-method.Rd index 1ce1378d4..254cc85d9 100644 --- a/man/simulate-DADesign-method.Rd +++ b/man/simulate-DADesign-method.Rd @@ -67,6 +67,8 @@ clusters of the computer? (not default)} \item{nCores}{how many cores should be used for parallel computing? Defaults to the number of cores on the machine (maximum 5)} +\item{derive}{A list of functions that derive statistics from the target dose samples.} + \item{\dots}{not used} } \value{ diff --git a/man/simulate-Design-method.Rd b/man/simulate-Design-method.Rd index 92917f4fc..d96e8a1f2 100644 --- a/man/simulate-Design-method.Rd +++ b/man/simulate-Design-method.Rd @@ -52,6 +52,8 @@ clusters of the computer? (not default)} \item{nCores}{how many cores should be used for parallel computing? Defaults to the number of cores on the machine, maximum 5.} +\item{derive}{A list of functions that derive statistics from the target dose samples.} + \item{\dots}{not used} } \value{ diff --git a/man/simulate-DualDesign-method.Rd b/man/simulate-DualDesign-method.Rd index e1d009772..20eb4776b 100644 --- a/man/simulate-DualDesign-method.Rd +++ b/man/simulate-DualDesign-method.Rd @@ -61,6 +61,8 @@ clusters of the computer? (not default)} \item{nCores}{how many cores should be used for parallel computing? Defaults to the number of cores on the machine, maximum 5.} +\item{derive}{A list of functions that derive statistics from the target dose samples.} + \item{\dots}{not used} } \value{