make_summary_csv: Save summary csv

Description Usage Arguments

View source: R/make_summary_csv.R

Description

Save a csv file with the highest FREX or probability words for each topic in a structural topic model

Usage

1
2
make_summary_csv(stm_model, filename, type = c("frex", "prob"),
  n_words = 150)

Arguments

stm_model

Output from a call to stm.

filename

Path to write the file to.

type

frex or prob.

n_words

How many words per topic?


dtburk/texanaaid documentation built on Nov. 12, 2019, 9:44 p.m.