R/package.R

#' Package-wide roxygen2 comments
#' @name package.R
#'
#' @useDynLib clusterPower, .registration=TRUE
#' 
#' @importFrom methods is
#' @importFrom stats aggregate anova binom.test binomial na.omit p.adjust pnorm qnorm rnorm update.formula var
#' @importFrom utils setTxtProgressBar txtProgressBar
#' @importFrom shiny checkboxInput numericInput selectInput sliderInput textInput
#' @importFrom foreach %dopar% %do%
#' @importFrom utils getAnywhere lsf.str
#' @import mathjaxr
#' 
#' @noRd
NULL

Try the clusterPower package in your browser

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

clusterPower documentation built on Jan. 29, 2021, 1:06 a.m.