Nothing
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
htmltools::img( src = "tRigon_logo.png", alt = "logo", style = "position:absolute; top:0px; right:135px; height: 80px" )
params$session_info
feature:
params$feature_var
group variable:
params$group_var
groups:
params$groups if (params$na_omit == TRUE) { print(paste0("Warning: group variable contains NAs. ", params$na_n, " values excluded.")) }
selected statistical test:
if (params$test_selection == "pairwise Wilcoxon-Rank") { print("two-sided pairwise Wilcoxon-Rank test with bonferroni-adjustment for multiple testing") } else if (params$test_selection == "bootstrapped CI") { print("500-times bootstrapped confidence intervalls with difference in feature medians between groups") } else if (params$test_selection == "Kruskal-Wallis") { print("Kruskal-Wallis one-way analaysis of variance ") }
output statistical test:
params$stats_output
output data frame:
knitr::kable(params$stats_df, format = "markdown")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.