logLik.ebnm {ebnm}R Documentation

Extract the log likelihood from a fitted EBNM model

Description

The logLik method for class ebnm.

Usage

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

Arguments

object

The fitted ebnm object.

...

Not used. Included for consistency as an S3 method.

Value

An object of class logLik, which includes attributes df, the degrees of freedom — i.e., number of parameters in the model —, and nobs, the number of observations in the data.


[Package ebnm version 1.1-2 Index]