Learn R Programming

quanteda (version 0.99)

textmodel_fitted-class: the fitted textmodel classes

Description

The textmodel virtual class is a parent class for more specific fitted text models, which are the result of a quantitative text analysis applied to a document-feature matrix.

Arguments

Slots

x

the dfm on which the wordscores model was called

y

supervised labels (for supervised methods only)

call

the function call that fitted the model

method

the type of textmodel, e.g. wordfish, wordscores, NB-

Details

Available types currently include...