do_ks | R Documentation |
This test is used for survival analysis between the most extreme conditions,
so the ones with the most different rates of dropout.
This function automatically prepares your data and runs stats::ks.test()
on it.
do_ks(do_stats, question)
do_stats |
A data frame made from |
question |
Index of question to be included in analysis, commonly the last question of the survey. |
Returns result of Kolmogorov-Smirnoff test including which conditions have the most different dropout rates.
do_stats <- compute_stats(df = add_dropout_idx(dropRdemo, 3:54),
by_cond = "experimental_condition",
no_of_vars = 52)
do_ks(do_stats, 52)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.