Perform one-tailed Fisher's Exact test for the Distinctive Collexeme/Collocates Analysis.
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.
if (FALSE) { # 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) }