Learn R Programming

ouch (version 2.20)

logLik: Log likelihood of a fitted model

Description

logLik extracts the log likelihood from a fitted model object.

Usage

# S4 method for hansentree
logLik(object)

# S4 method for browntree logLik(object)

Value

logLik returns a numeric value.

Arguments

object

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

See Also

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