top_docs: Show the top documents for each topic

View source: R/posterior.R

top_docsR Documentation

Show the top documents for each topic

Description

Show the top documents for each topic

Usage

top_docs(x, n = 10)

Arguments

x

the output from a keyATM model (see keyATM()).

n

How many documents to show. Default is 10.

Value

An n x k table of the top n documents for each topic, each number is a document index.


keyATM documentation built on May 31, 2023, 6:27 p.m.