Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Nov 13, 2024
1 parent 11cfb61 commit 0d927a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion R/to_integer.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,10 @@ to_integer.fixed_design <- function(x, ...) {
#' @param round_up_final Events at final analysis is rounded up if `TRUE`;
#' otherwise, just rounded, unless it is very close to an integer.
#' @param ratio Positive integer for randomization ratio (experimental:control).
#' A negative number will result in an error.
#' A positive integer will result in rounded sample size, which is a multiple of (ratio + 1).
#' A positive non-integer will result in round sample size, which may not be a multiple of (ratio + 1).
#' A negative number will result in an error.
#'
#' @export
#'
#' @examples
Expand Down
6 changes: 3 additions & 3 deletions man/to_integer.Rd

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

0 comments on commit 0d927a3

Please sign in to comment.