logLik {robmixglm} | R Documentation |
Returns log Likelihood for a robmixglm object.
## S3 method for class 'robmixglm'
logLik(object, ...)
object |
robmixglm object |
... |
additional argument; currently none is used. |
The loglikelihood.
Ken Beath
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
logLik(forbes.robustmix)