logLik | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.