Package: powergrid Title: Power Analysis Across a Grid of Assumptions Version: 0.6.1 Authors@R: c( person(given = "Gilles", family = "Dutilh", email = "info@gillesdutilh.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6719-2508")), person(given = "Richard Charles", family = "Allen", email = "richardcharles.allen@usb.ch", role = c("aut"), comment = c(ORCID = "0000-0001-6012-7888")) ) Description: Evaluate a function across a grid of parameters. The function may be evaluated once, or many times for simulation. Parallel computing is facilitated. Utilities aim at performing analyses of power and sample size, allowing for easy search of minimum n (or min/max of any other parameter) to achieve a desired minimal level of power (or maximum of any other objective). Plotting functions are included that present the dependency of n and power in relation to further assumptions. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Suggests: future.apply (>= 1.11.2), future (>= 1.33.2), knitr, rmarkdown, testthat (>= 3.0.0), progressr Imports: stats, methods VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://github.com/SwissClinicalTrialOrganisation/powergrid BugReports: https://github.com/SwissClinicalTrialOrganisation/powergrid/issues Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.3 Repository: https://ctu-bern.r-universe.dev Date/Publication: 2026-07-23 12:37:36 UTC RemoteUrl: https://github.com/SwissClinicalTrialOrganisation/powergrid RemoteRef: HEAD RemoteSha: c8317c9f3a477d1b4d9b4fa456f22efcdd981fea NeedsCompilation: no Packaged: 2026-07-23 13:38:31 UTC; root Author: Gilles Dutilh [aut, cre] (ORCID: ), Richard Charles Allen [aut] (ORCID: ) Maintainer: Gilles Dutilh