Last chance! 50% off unlimited learning
Sale ends in
textmodel_ca
implements correspondence analysis scaling on a
dfm. The method is a fast/sparse version of function ca in
the ca package.textmodel_ca(x, smooth = 0, nd = NA, sparse = FALSE, threads = 1,
residual_floor = 0.1)
NA
(the
default) then the maximum possible dimensions are included.ieDfm <- dfm(data_corpus_irishbudget2010)
wca <- textmodel_ca(ieDfm)
summary(wca)
Run the code above in your browser using DataLab