Description Usage Arguments Value Examples
Perform one-tailed Fisher's Exact test for the Distinctive Collexeme/Collocates Analysis.
1 | collex_fye_dca(df = NULL, collstr_digit = 3)
|
df |
The output of |
collstr_digit |
The numeric vector for floating digits of the collostruction strength. The default is |
A data frame containing the collocates, their frequency with Construction/Word A and B, p-value of the Fisher Test, Collostruction Strength, and information on the distinctiveness of the collocates with the constructions.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# get the input format via assoc_prepare_dca()
dca_tb <- assoc_prepare_dca(assoc_tb)
# perform the DCA
dca_res <- collex_fye_dca(dca_table)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.