Take the results object for the selected parameter and return a data.frame which is similar to tidy standards.
get_parameter(x, parameter = NULL)
A JST_reversed.result or JST.result object
Character. The parameter to be tidied and returned. Note that no default is set.
A data.frame.
# NOT RUN {
data <- quanteda::dfm(quanteda::data_corpus_irishbudget2010)
model <- jst(data, paradigm(), numTopics = 5, numIters = 50)
phi <- get_parameter(model, 'phi')
# }
Run the code above in your browser using DataLab