ks_compare {LATERmodel} | R Documentation |
Apply two-sample KS test to all pairs of datasets contained within a dataframe
Description
Apply two-sample KS test to all pairs of datasets contained within a dataframe
Usage
ks_compare(df, correct_multiple_comparisons = TRUE)
Arguments
df |
A dataframe of datasets with columns: |
correct_multiple_comparisons |
If |
Value
A dataframe with columns name1
, name2
, D
, and p_value
Examples
data <- prepare_data(dplyr::filter(
carpenter_williams_1995,
participant == "b"
))
ks_compare(data)
[Package LATERmodel version 0.2.0 Index]