R/ssutil-package.R

#'  ssutil: Utilities for Sample Size calculation
#'
#'  Utilities for the sample size estimation and
#'  simulations of clinical trials.
#'
#' @keywords internal
"_PACKAGE"
NULL

utils::globalVariables(
  c(
    "power",
    "powersim",
    "prob",
    "pred",
    "idsim",
    "data",
    "p1"
    )
)

Try the ssutil package in your browser

Any scripts or data that you put into this service are public.

ssutil documentation built on Sept. 18, 2026, 1:06 a.m.