View source: R/04_comparison_functions.R
fst_summarise_compare | R Documentation |
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"
)
data |
A dataframe of text in CoNLL-U format with additional 'field' column for splitting data. |
field |
Column in 'data' used for splitting groups |
exclude_nulls |
Whether to include NULLs in 'field' column, default is 'FALSE' |
rename_nulls |
What to fill NULL values with if 'exclude_nulls = FALSE'. |
Summary table of responses between groups.
fst_summarise_compare(fst_child, 'gender')
fst_summarise_compare(fst_dev_coop, 'gender')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.