powered by
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.
fst_summarise_compare( data, field, exclude_nulls = FALSE, rename_nulls = "null_data" )
Summary table of responses between groups.
A dataframe of text in CoNLL-U format with additional `field` column for splitting data.
Column in `data` used for splitting groups
Whether to include NULLs in `field` column, default is `FALSE`
What to fill NULL values with if `exclude_nulls = FALSE`.
fst_summarise_compare(fst_child, 'gender') fst_summarise_compare(fst_dev_coop, 'gender')
Run the code above in your browser using DataLab