Learn R Programming

brms (version 0.5.0)

logLik.brmsfit: Compute the pointwise log-likelihood

Description

Compute the pointwise log-likelihood

Usage

## S3 method for class 'brmsfit':
logLik(object, ...)

Arguments

object
A fitted model object of class brmsfit.
...
Currently ignored

Value

  • Usually, an S x N matrix containing the pointwise log-likelihood samples, where S is the number of samples and N is the number of observations in the data.