logLik | R Documentation |
logLik
extracts log-likelihood for classes "MGLMfit"
,
"MGLMreg"
, "MGLMsparsereg"
.
## S4 method for signature 'MGLMfit' logLik(object) ## S4 method for signature 'MGLMreg' logLik(object) ## S4 method for signature 'MGLMsparsereg' logLik(object)
object |
an object from which a log-likelihood value can be extracted. |
Returns a log-likelihood value of object
.
library("MGLM") data("rnaseq") data <- rnaseq[, 1:6] dmFit <- MGLMfit(data, dist = "DM") logLik(dmFit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.