Print methods for sentopics models. Once per session (or
forced by using extended = TRUE
), it lists the most important function
related to sentopics models.
# S3 method for sentopicmodel
print(x, extended = FALSE, ...)# S3 method for rJST
print(x, extended = FALSE, ...)
# S3 method for LDA
print(x, extended = FALSE, ...)
# S3 method for JST
print(x, extended = FALSE, ...)
No return value, called for side effects (printing).
the model to be printed
if TRUE
, extends the print to include some helpful related
functions. Automatically displayed once per session.
not used