View source: R/postestimation.R
log_lik.hsstan | R Documentation |
Compute the pointwise log-likelihood.
## S3 method for class 'hsstan'
log_lik(object, newdata = NULL, ...)
object |
An object of class |
newdata |
Optional data frame to use to evaluate the log-likelihood.
If |
... |
Currently ignored. |
A matrix of size S
by N
, where S
is number of draws from the posterior
distribution, and N
is the number of data points.
# continued from ?hsstan
log_lik(hs.biom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.