as.dictionary.textmodel_wordmap | R Documentation |
as.list()
returns features with the largest coefficients as a list of
character vector. as.dictionary()
returns a quanteda::dictionary object
that can be use for dictionary analysis.
## S3 method for class 'textmodel_wordmap'
as.dictionary(x, separator = NULL, ...)
## S3 method for class 'textmodel_wordmap'
as.list(x, ...)
x |
a model fitted by |
separator |
the character in between multi-word dictionary values. If
|
... |
passed to coef.textmodel_wordmap |
Returns a list or a quanteda::dictionary object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.