Description Usage Arguments Examples
Pretty-print the word attractions measures in a WordAssociation-class
object. The lexical types
are grouped by subcorpora and, in each subcorpora, print the types sorted according to the requested word association measure.
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
|
from |
rank of the first (sorted) attracted forms printed |
to |
rank of the last (sorted) attracted forms printed |
threshold |
print only attracted forms with association strength above the threshold |
types |
character. Print only the given types. |
parts |
character. Print only the given subcorpora. |
sort.by |
character. The name of one of the word association indicator available in the |
file |
character. If no empty, print the table in the given file |
append |
logical. If the |
1 2 3 4 5 | data(robespierre)
res <- wam(data=robespierre, measure = c("chisq", "loglikelihood"))
print(res)
# or:
res
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.