Learn R Programming

ebnm (version 1.1-2)

logLik.ebnm: Extract the log likelihood from a fitted EBNM model

Description

The logLik method for class ebnm.

Usage

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

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.

Arguments

object

The fitted ebnm object.

...

Not used. Included for consistency as an S3 method.