Description Usage Arguments Value References Examples
View source: R/mdca_attr_repel.R
A function to retrieve list of distinctive or attracted items for a construction from the results of mdca
.
1 2 3 4 5 6 7 8 9 |
df |
output data frame from |
filter_by |
character string indicating whether the output of |
cxn_var |
character string for the column name of the construction variable (i.e., |
cxn_type |
character strings of regular expressions for the HAPPINESS synonyms. |
coll_var |
character string for the column name of the metaphor variable (i.e., |
coll_type |
character strings of regular expressions for the conceptual metaphors. |
min_assocstr |
numeric threshold for the minimum collostruction strength. By default it is set to |
A tibble/data frame
Rajeg, G. P. W. (2019). Metaphorical profiles and near-synonyms: A corpus-based study of Indonesian words for HAPPINESS. PhD Thesis. Monash University. Melbourne, Australia. https://doi.org/10.26180/5cac231a97fb1.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # for distinctive metaphors
mdca_res <- mdca(df = phd_data_metaphor,
cxn_var = "synonyms",
coll_var = "metaphors",
correct_holm = TRUE,
concise_output = TRUE,
already_count_table = FALSE,
assocstr_digits = 3)
# retrieve distinctive/attracted metaphors for "kebahagiaan".
mdca_attr(df = mdca_res,
filter_by = "cxn",
cxn_var = "synonyms",
cxn_type = "kebahagiaan",
min_assocstr = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.