logLik.cwrObj: Generic log - likelihood method for cwrObjects

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This function extracts the logLikelihood.

Usage

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

Arguments

object

A cwrObj

...

Additional data (not yet implemented)

Details

In the future this function will perform log-likelihood calculation directly.

Value

A numeric value

Author(s)

Giorgio A. Spedicato

References

Murphy

See Also

cwrEm

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(MASS)
data(geyser, package="MASS")
x=geyser[,1]
y=geyser[,2]                            
ciao=stepCwr(x,y,nc=2)
logLik(ciao)
## End(Not run)

cwm documentation built on May 1, 2019, 9:19 p.m.