Compare text responses for different groups of participants. Data is split based on different values in the `field` column of formatted data. Results will be shown within the plots pane.
Examples
fst_summarise_compare(fst_child, 'gender')
#> Description Respondents No Response Proportion Total Words Unique Words
#> <char> <int> <int> <num> <int> <int>
#> 1: boy 212 0 1 721 334
#> 2: girl 201 0 1 859 357
#> Unique Lemmas
#> <int>
#> 1: 252
#> 2: 270
fst_summarise_compare(fst_dev_coop, 'gender')
#> Description Respondents No Response Proportion Total Words Unique Words
#> <char> <int> <int> <num> <int> <int>
#> 1: Female 673 13 0.98 2993 823
#> 2: Male 183 8 0.96 795 383
#> 3: null_data 89 4 0.96 404 225
#> Unique Lemmas
#> <int>
#> 1: 722
#> 2: 354
#> 3: 208