log_lik {geostan} | R Documentation |
Extract log-likelihood
log_lik(object, array = FALSE, ...)
## S3 method for class 'geostan_fit'
log_lik(object, array = FALSE, ...)
object |
A |
array |
Return results as an array, one matrix per MCMC chain? |
... |
Other arguments (not used) |
A matrix (or array) of MCMC samples for the log-likelihood: the casewise probability of the data conditional on estimated parameter values.