bestLogLikelihood {celda} | R Documentation |
Retrieves the final log-likelihood from all iterations of Gibbs sampling used to generate a celdaModel.
bestLogLikelihood(celdaMod)
celdaMod |
A celdaModel object of class celda_C, celda_G, or celda_CG. |
Numeric. The log-likelihood at the final step of Gibbs sampling used to generate the model.
data(celdaCGMod) bestLogLikelihood(celdaCGMod)