Extract coefficients for features
# S3 method for textmodel_newsmap
coef(object, n = 10, select = NULL, ...)# S3 method for textmodel_newsmap
coefficients(object, n = 10, select = NULL, ...)
a Newsmap model fitted by textmodel_newsmap().
the number of coefficients to extract.
returns the coefficients for the selected class; specify by the
names of rows in object$model.
not used.