print.LDA_TS | R Documentation |
Convenience function to print only the selected elements of a
LDA_TS
-class object returned by LDA_TS
## S3 method for class 'LDA_TS'
print(x, ...)
x |
Class |
... |
Not used, simply included to maintain method compatibility. |
The selected models in x
as a two-element list
with
the TS component only returning the non-hidden components.
data(rodents)
mod <- LDA_TS(data = rodents, topics = 2, nseeds = 1, formulas = ~1,
nchangepoints = 1, timename = "newmoon")
print(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.