powered by
Extracts the absolute conditional deviance for a fitted ocm object
ocm
# S3 method for ocm deviance(object, ...)
ocm object
further arguments to be passed to methods
The value of the deviance extracted from object.
object
The deviance is computed as: $$-2\ell$$ where \(\ell\) is the conditional penalized log-likelihood.
# NOT RUN { fit.overall <- ocm(overall ~ cycleno + age + bsa + treatment, data=ANZ0001.sub, scale=c(0,100)) deviance(fit.overall) # }
Run the code above in your browser using DataLab