R/GetConfidenceLevel.R

#' Used internally by all functions using alpha. Generates a string in the form of 100(1-alpha) percent
#' @keywords internal
GetConfidenceLevel <- function(alpha){
  return(cat("\n", 100*(1-alpha),"%", sep=""))
}
AleksandrHovhannisyan/StatisticalInferencesInR documentation built on May 26, 2019, 6:38 a.m.