collex_fye_dca: Fisher's Exact Test for DCA

Description Usage Arguments Value Examples

View source: R/fye_dca.R

Description

Perform one-tailed Fisher's Exact test for the Distinctive Collexeme/Collocates Analysis.

Usage

1
collex_fye_dca(df = NULL, collstr_digit = 3)

Arguments

df

The output of assoc_prepare_dca.

collstr_digit

The numeric vector for floating digits of the collostruction strength. The default is 3.

Value

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.

Examples

 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)

gederajeg/collogetr documentation built on April 16, 2020, 11:58 a.m.