logLikelihoodHistory {celda} | R Documentation |
Retrieves the complete log-likelihood from all iterations of Gibbs sampling used to generate a celdaModel.
logLikelihoodHistory(celdaMod)
celdaMod |
celdaModel. Options available in 'celda::availableModels'. |
Numeric. The log-likelihood at each step of Gibbs sampling used to generate the model.
data(celdaCGMod) logLikelihoodHistory(celdaCGMod)