Description Usage Arguments Value Author(s) Examples
Converts a tm corpus object to a PRISMA object.
1 | corpusToPrisma(corpus, alpha = 0.05, skipFeatureCorrelation = FALSE)
|
corpus |
a tm corpus |
alpha |
significance level for the feature tests. If NULL, all features are kept. |
skipFeatureCorrelation |
should the grouping of features based on correlation analysis be skipped. |
prismaData |
data object representing the tokenized documents as features x samples matrix. |
Tammo Krueger <tammokrueger@googlemail.com>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.