print.LDA_TS: Print the selected LDA and TS models of LDA_TS object

View source: R/LDA_TS.R

print.LDA_TSR Documentation

Print the selected LDA and TS models of LDA_TS object

Description

Convenience function to print only the selected elements of a LDA_TS-class object returned by LDA_TS

Usage

## S3 method for class 'LDA_TS'
print(x, ...)

Arguments

x

Class LDA_TS object to be printed.

...

Not used, simply included to maintain method compatibility.

Value

The selected models in x as a two-element list with the TS component only returning the non-hidden components.

Examples


  data(rodents)
  mod <- LDA_TS(data = rodents, topics = 2, nseeds = 1, formulas = ~1,
                nchangepoints = 1, timename = "newmoon")
  print(mod)



LDATS documentation built on Sept. 19, 2023, 5:08 p.m.