logLik.carx: The quasi-log-likelihood of a 'carx' object

Description Usage Arguments Value Examples

View source: R/carx_default.R

Description

The quasi-log-likelihood of a carx object

Usage

1
2
## S3 method for class 'carx'
logLik(object, ...)

Arguments

object

a fitted carx object.

...

not used.

Value

the quasi-log-likelihood value.

Examples

1
2
3
dat = carxSim(nObs=100,seed=0)
mdl <- carx(y~X1+X2-1,data=dat, p=2, CI.compute = FALSE)
lk = logLik(mdl)

carx documentation built on May 2, 2019, 3:43 a.m.

Related to logLik.carx in carx...