R/FormHypothesisConclusion.R

#' @keywords internal
FormHypothesisConclusion <- function(alpha, testStat, pvalue){

  rejectNull = pvalue <= alpha
  cat("\n")
  return( list(test.stat=testStat, p.value=pvalue, reject.null=rejectNull) )
}
AleksandrHovhannisyan/StatisticalInferencesInR documentation built on May 26, 2019, 6:38 a.m.