log_lik | R Documentation |
See rstantools::log_lik for more details.
log_lik(object, ...)
## S3 method for class 'stanemax'
log_lik(object, newdata = NULL, ...)
## S3 method for class 'stanemaxbin'
log_lik(object, newdata = NULL, ...)
object |
A |
... |
Currently unused arguments |
newdata |
New data used for prediction. If NULL, original data is used. |
S
by N
matrix of log-likelihoods, where each row
corresponds to a draw from the posterior distribution and each column corresponds to a data point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.