# UTILS
was_sig = function(p, threshold = 0.01) {
if (p < threshold)
paste0("was significant at alpha < ", threshold)
else
paste0("was not significant at alpha < ", threshold)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.