Skip to content

Commit

Permalink
small change: additional stat summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Prerana17 committed Sep 1, 2023
1 parent 4940312 commit 2ff5275
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions R/Design-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ 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.
##' @param derive a list of functions which derives statistics, based on the
##' vector of posterior MTD samples. Each list element must therefore accept
##' one and only one argument, which is a numeric vector, and return a number.
##'
##' @return an object of class \code{\linkS4class{Simulations}}
##'
Expand Down Expand Up @@ -706,7 +708,9 @@ 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.
##' @param derive a list of functions which derives statistics, based on the
##' vector of posterior MTD samples. Each list element must therefore accept
##' one and only one argument, which is a numeric vector, and return a number.
##'
##' @return an object of class \code{\linkS4class{DualSimulations}}
##'
Expand Down Expand Up @@ -4179,7 +4183,9 @@ 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.
##' @param derive a list of functions which derives statistics, based on the
##' vector of posterior MTD samples. Each list element must therefore accept
##' one and only one argument, which is a numeric vector, and return a number.
##'
##' @return an object of class \code{\linkS4class{Simulations}}
##'
Expand Down
4 changes: 3 additions & 1 deletion man/simulate-DADesign-method.Rd

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

4 changes: 3 additions & 1 deletion man/simulate-Design-method.Rd

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

4 changes: 3 additions & 1 deletion man/simulate-DualDesign-method.Rd

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

0 comments on commit 2ff5275

Please sign in to comment.