ll | R Documentation |
Calculate loglikelihood association measures for vectors of counts.
ll(o11, f1, n = sum(f1 + f2), f2 = sum(o11), one_sided = TRUE)
o11 |
numeric or integer with joint frequency |
f1 |
numeric or integer with frequencies of tokens |
n |
numeric or integer with overall frequencies if not provided, sum of f1 is taken |
f2 |
numeric or integer with frequencies of co-occurring tokens or construction if not provided, sum of joint frequencies (o11) is taken |
one_sided |
logical if |
numeric
ll(c(12, 1, 0, 3), c(this = 41, is = 32, corpus = 41, data = 12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.