deviance.ocm {ordinalCont} | R Documentation |
Extracts the absolute conditional deviance for a fitted ocm
object
## S3 method for class 'ocm'
deviance(object, ...)
object |
|
... |
further arguments to be passed to methods |
The deviance is computed as:
-2\ell
where \ell
is the conditional penalized log-likelihood.
The value of the deviance extracted from object
.
Maurizio Manuguerra, Gillian Heller
## Not run:
fit.overall <- ocm(overall ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100))
deviance(fit.overall)
## End(Not run)