Learn R Programming

jumps (version 1.0)

logLik.hpj: logLik method for the class hpj

Description

logLik method for the class hpj

Usage

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

Value

An object of logLik class with the log-likelihood value and two attributes: df, the number of degrees of freedom, and nobs, the number of observations.

Arguments

object

an object of class hpj;

...

not used: for consistency with generic function.