@willwerscheid We may have discussed this before, but it would be helpful if flashier automatically added column names to the factors (the F and L outputs). Otherwise, you often have to add column names manually (e.g., when creating plots using ggplot2).
In fastTopics, I set the column names to paste0("k",1:K), but it could be something else.
@willwerscheid We may have discussed this before, but it would be helpful if
flashier
automatically added column names to the factors (theF
andL
outputs). Otherwise, you often have to add column names manually (e.g., when creating plots usingggplot2
).In
fastTopics
, I set the column names topaste0("k",1:K)
, but it could be something else.