Print to screen the object

# S3 method for vb_bmm
print(object, ...)

Arguments

object

An object of class vb_bmm.

...

Default extra paramaters.

Value

Nothing, just print to screen.

Examples

data(fit_mvbmm_example)
print(fit_mvbmm_example)
#> ── [ VIBER ] mvbmm - Variational fit for Binomial mixtures n = 231 (w = 2 dimens
#> • Clusters: π = 45% [C8], 28% [C10], 20% [C5], and 7% [C6], with π > 0.
#> • Binomials: θ = <0.5, 0.49> [C8], <0, 0.2> [C10], <0.25, 0.25> [C5], and
#> <0.22, 0> [C6].
#>  Score(s): ELBO = -47073.329. Fit converged in 20 steps, ε = 1e-10.