# NOT RUN {
dfmat <- dfm(c(d1 = "a a a b b c c c c c c d e f g h h",
d2 = "a a b c c d d d d e f h"))
quanteda:::keyness_chi2_dt(dfmat)
quanteda:::keyness_chi2_stats(dfmat)
quanteda:::keyness_exact(dfmat)
quanteda:::keyness_lr(dfmat)
quanteda:::keyness_pmi(dfmat)
# }
Run the code above in your browser using DataLab