logLik function

Monte Carlo Log Likelihood

Monte Carlo Log Likelihood

A function that calculates the Monte Carlo log likelihood evaluated at the the Monte Carlo maximum likelihood estimates returned from glmm.

## S3 method for class 'glmm' logLik(object,...)

Arguments

  • object: An object of class glmm usually created using glmm.
  • ...: further arguments passed to or from other methods.

Returns

  • logLik: The variance-covariance matrix for the parameter estimates

Author(s)

Christina Knudson

See Also

glmm for model fitting.

Examples

library(glmm) data(BoothHobert) set.seed(1234) mod <- glmm(y~0+x1, list(y~0+z1), varcomps.names=c("z1"), data=BoothHobert, family.glmm=bernoulli.glmm, m=100) logLik(mod)
  • Maintainer: Christina Knudson
  • License: GPL-2
  • Last published: 2024-09-22

Useful links