#' @keywords internal
FormHypothesisConclusion <- function(alpha, testStat, pvalue){
rejectNull = pvalue <= alpha
cat("\n")
return( list(test.stat=testStat, p.value=pvalue, reject.null=rejectNull) )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.