logLik: Log likelihood of a fitted model

logLikR Documentation

Log likelihood of a fitted model

Description

logLik extracts the log likelihood from a fitted model object.

Usage

## S4 method for signature 'hansentree'
logLik(object)

## S4 method for signature 'browntree'
logLik(object)

Arguments

object

any object from which a log-likelihood value, or a contribution to a log-likelihood value, can be extracted.

Value

logLik returns a numeric value.

See Also

Other methods for ouch trees: as_data_frame, bootstrap(), coef(), ouch-package, paint(), plot(), print(), simulate(), summary(), update()


ouch documentation built on April 25, 2023, 9:10 a.m.

Related to logLik in ouch...