prepare_coll_analysis | R Documentation |
This is a convenience function to create valid input for coll_analysis
from raw frequency lists
prepare_coll_analysis( joint, frequencies, type = c("collocation", "simple", "distinctive", "co-varying") )
joint |
data.frame joint frequencies of collocate 1 or word in construction |
frequencies |
data.frame corpus/sample frequencies of collocate 1 or word |
type |
character either of "collocation", "simple", "distinctive", "co-varying", see details |
TODO
data.frame valid for coll_analysis
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.