Description Usage Arguments Details Value Author(s) See Also Examples
Shows the main information about the grouping of words found through mpa method.
1 |
matrix.mpa |
a list of co-occurrences and associations matrices obtained with |
groupSize |
an integer that indicates the desired number of words that should belong to each group (may vary when grouping the words). |
graph |
logical. If |
groupSize
argument corresponds to the size when create the groups, but it can vary according to the level of association and the amount of co-occurrences of the words.
A list containing:
clustTable |
a dataframe with the main information of the groups found. |
wordClasses |
a dataframe with words whose frequency is greater than or equal to that indicated in |
Andres Palacios anfpalacioscl@unal.edu.co
mpa
function from mpa
package provides the grouping of words.
1 2 3 4 | data("KDCorpus")
mpaWords <- matrix.corpus.mpa(KDCorpus, fmin = 10, cmin = 1)
myKDSummary <- KDSummary(matrix.mpa = mpaWords, groupSize = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.