logLik.eblupres | R Documentation |
Extract Log-Likelihood.
## S3 method for class 'eblupres'
logLik(object, ...)
object |
EBLUP model. |
... |
further arguments passed to or from other methods. |
Log-Likehood value
library(saens)
model1 <- eblupfh_cluster(y ~ x1 + x2 + x3, data = mys, vardir = "var", cluster = "clust")
logLik(model1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.