LLOD_summary <-
function(df,rate){
summarize(df,
Rate = rate,
Blank_mu = mu[condition=="Blank"],
Blank_sd = sd[condition=="Blank"],
Blank_n = n[condition=="Blank"],
Signal_mu = mu[condition=="Signal"],
Signal_sd = sd[condition=="Signal"],
Signal_n = n[condition=="Signal"],
LLOD = LLOD(Blank_sd,Blank_n,Signal_sd,Signal_n)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.