log_lik {CNPBayes} | R Documentation |
Retrieve log likelihood.
log_lik(object) ## S4 method for signature 'McmcChains' log_lik(object) ## S4 method for signature 'MixtureModel' log_lik(object)
object |
see showMethods(log_lik) |
The log likelihood
## retrieve log likelihood at each MCMC iteration head(log_lik(chains(SingleBatchModelExample))) ## retrieve log likelihood at last MCMC iteration log_lik(SingleBatchModelExample)