Description Usage Arguments Details Value Examples
correspondence analysis of textual data
1 2 3 4 5 6 7 |
df |
a dataframe with at least a column with textual data and a column with documents' ID |
docid_field |
name of the column (in quotation marks) containing the IDs of the documents (default NULL) |
text_field |
name of the column (in quotation marks) containing textual data |
min_docfreq |
minimum values of a feature's document frequency, below which features will be removed (default 0.5 percentile) |
max_docfreq |
maximum values of a feature's document frequency, above which features will be removed (default 99 percentile) |
the function is substantially a wrapper of functions available in quanteda and factoextra. More specifically it leverages the correspondence analysis function CA. The fitted ca_model can be used to further explore the model and create plots with fviz_ca_biplot
a correspondence analysis model
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.