Description Usage Arguments Value See Also Examples
Compute association measure and construct a WordAssociation-class
object.
1 |
data |
: A data frame with the following columns: N, n, K, k, types, parts:
|
measure |
a function implementing statistical attraction measures. These functions must accept 'N', 'n', 'K' and 'k' arguments. See the help page |
... |
argument provided to the function of the "measure" parameter. |
a WordAssociation-class
object
WordAssociation-class
, wam-functions
1 2 | data(robespierre)
wam(data=robespierre, measure = c("chisq", "loglikelihood"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.