logLik {ouch} | R 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()
[Package ouch version 2.20 Index]