summary.mixedMemModel {mixedMem}R Documentation

Summary of a Mixed Membership Model

Description

Generic S3 summary function for mixedMemModel class.

Usage

## S3 method for class 'mixedMemModel'
summary(object, ...)

Arguments

object

the mixedMemModel object to be summarized

...

additional parameters

Details

summary provides a summary of the given mixedMemModel object. The function prints the ELBO, the dimensions of the model and each variable type.

See Also

mixedMemModel


[Package mixedMem version 1.1.2 Index]