Roadmap for this version.
method = "hdi"
) in plot.strata_doctopic()
, plot_timetrend()
, and plot_pi()
. The previous version uses the Equal-tailed Interval (method = "eti"
).read_keywords
for reading dictionary files (e.g. YAML, LIWC).predict()
function for the covariate keyATM (thank you Sanja Hajdinjak for the suggestion!).standardize
option in model_settings
argument of the keyATM()
function now takes one of "all"
, "none"
, or "non-factor"
(default)."all"
standardizes all covariates (except the intercept), "none"
does not standardize any covariates, and "non-factor"
standardizes non-factor covariates.TRUE
(default, standardizing all covariates) or FALSE
.by_strata_DocTopic()
function.keyATM()
includes the index of documents used for fitting (this will be useful if the input includes documents with zero length).progress_bar
option in the keyATM_read()
function (thank you Jae Yeon Kim for the suggestion!).