Learn R Programming

glmmsr (version 0.2.3)

find_lfun_glmm: Find the log-likelihood function

Description

Find the log-likelihood function

Usage

find_lfun_glmm(modfr, method, control = NULL,
  lme4_control = set_lme4_control())

Arguments

modfr

a model frame, the output of find_modfr_glmm

method

the method used to approximate the likelihood. The options are "Laplace", "AGQ" (the adaptive Gaussian quadrature approximation, from lme4), "SR" (the sequential reduction approximation) and "IS" (an importance sampling approximation).

control

a list of extra parameters controlling the approximation to the likelihood. See 'Details' for more information.

lme4_control

the result of a call to lme4_control, containing control parameters passed to lme4. See ?lme4_control.