Learn R Programming

RStanTVA (version 0.3.2)

logLik,stantvafit-method: Log-likelihood

Description

Returns the pointwise log-likelihood of a StanTVA fit.

Usage

# S4 method for stantvafit
logLik(object)

Value

The pointwise log likelihood.

Arguments

object

The StanTVA fit.

Examples

Run this code
if (FALSE) {
loglik <- logLik(model, data, params)
loglik
}

Run the code above in your browser using DataLab