logLikelihoodHistory {celda}R Documentation

Get log-likelihood history

Description

Retrieves the complete log-likelihood from all iterations of Gibbs sampling used to generate a celdaModel.

Usage

logLikelihoodHistory(celdaMod)

Arguments

celdaMod

celdaModel. Options available in 'celda::availableModels'.

Value

Numeric. The log-likelihood at each step of Gibbs sampling used to generate the model.

Examples

data(celdaCGMod)
logLikelihoodHistory(celdaCGMod)

[Package celda version 1.0.1 Index]