Skip to content

Commit

Permalink
Man pages improved
Browse files Browse the repository at this point in the history
  • Loading branch information
fpahlke committed Mar 22, 2024
1 parent 282fd54 commit 2edd396
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
15 changes: 3 additions & 12 deletions R/f_simulation_base_count_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## |
## | Contact us for information about our services: info@rpact.com
## |
## | File version: $Revision: 7742 $
## | Last changed: $Date: 2024-03-22 13:46:29 +0100 (Fr, 22 Mrz 2024) $
## | File version: $Revision: 7744 $
## | Last changed: $Date: 2024-03-22 17:38:03 +0100 (Fr, 22 Mrz 2024) $
## | Last changed by: $Author: pahlke $
## |

Expand Down Expand Up @@ -91,6 +91,7 @@
#' testing means rates for negative binomial distributed event numbers in the two treatment groups testing situation.
#'
#' @inheritParams param_design_with_default
#' @inheritParams param_plannedCalendarTime
#' @inheritParams param_thetaH0
#' @inheritParams param_lambda_counts
#' @inheritParams param_lambda1_counts
Expand All @@ -108,27 +109,17 @@
#' @inheritParams param_minNumberOfSubjectsPerStage
#' @inheritParams param_plannedMaxSubjectsPerStage
#' @inheritParams param_conditionalPowerSimulation
#' @param lambda1H1 If specified, the assumed probability in the active treatment group if two treatment groups
#' are considered, or the assumed probability for a one treatment group design, for which the conditional
#' power was calculated.
#' @param lambda2H1 If specified, the assumed probability in the reference group if two treatment groups
#' are considered, for which the conditional power was calculated.
#' @inheritParams param_maxNumberOfIterations
#' @inheritParams param_calcSubjectsFunction
#' @inheritParams param_seed
#' @inheritParams param_three_dots
#' @inheritParams param_showStatistics
#'
#'
#' @details
#' At given design the function simulates the power, stopping probabilities, conditional power, and expected
#' sample size at given number of subjects and parameter configuration.
#' Additionally, an allocation ratio = n1/n2 and a null hypothesis value thetaH0 can be specified.
#'
#' The definition of \code{lambda1H1} and/or \code{lambda2H1} makes only sense if \code{kMax} > 1
#' and if \code{conditionalPower}, \code{minNumberOfSubjectsPerStage}, and
#' \code{plannedMaxSubjectsPerStage} (or \code{calcSubjectsFunction}) are defined.
#'
#' @section Simulation Data:
#' The summary statistics "Simulated data" contains the following parameters: median [range]; mean +/-sd\cr
#'
Expand Down
10 changes: 8 additions & 2 deletions R/parameter_descriptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
## |
## | Contact us for information about our services: info@rpact.com
## |
## | File version: $Revision: 7742 $
## | Last changed: $Date: 2024-03-22 13:46:29 +0100 (Fr, 22 Mrz 2024) $
## | File version: $Revision: 7744 $
## | Last changed: $Date: 2024-03-22 17:38:03 +0100 (Fr, 22 Mrz 2024) $
## | Last changed by: $Author: pahlke $
## |

Expand Down Expand Up @@ -917,3 +917,9 @@ NULL
#' @name param_plannedMaxSubjects
#' @keywords internal
NULL

#' Parameter Description: Planned Calendar Time
#' @param plannedCalendarTime TODO @Gernot please describe
#' @name param_plannedCalendarTime
#' @keywords internal
NULL
13 changes: 2 additions & 11 deletions man/getSimulationCounts.Rd

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

12 changes: 12 additions & 0 deletions man/param_plannedCalendarTime.Rd

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

0 comments on commit 2edd396

Please sign in to comment.