select.poisson_nmf_fit | R Documentation |
This function can be used to extract estimates for a subset of the count data, or to re-order the rows of the loadings matrix.
## S3 method for class 'poisson_nmf_fit'
select(.data, loadings, ...)
## S3 method for class 'multinom_topic_model_fit'
select(.data, loadings, ...)
select_loadings(.data, loadings, ...)
.data |
Poisson NMF or Multinomial Topic Model fit; that is,
an object of class “poisson_nmf_fit” or
“multinom_topic_model_fit”, such as an output from
|
loadings |
Indices (names or numbers) giving data rows to keep. If not specified, all rows are kept. |
... |
Other arguments passed to the generic select function. |
A Poisson NMF or multinomial topic model fit containing the selected data rows only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.