cluster.mix: Xing's smoothed topic model

View source: R/cluster_mix.R

cluster.mixR Documentation

Xing's smoothed topic model

Description

Xing's smoothed topic model

Usage

cluster.mix(
  y,
  smooth = TRUE,
  pi0 = NULL,
  phi0 = NULL,
  K,
  tol,
  maxit,
  nugget = FALSE,
  nug_control = list()
)

DongyueXie/stm documentation built on June 18, 2024, 11:01 a.m.