find_lfun_glmm: Find the log-likelihood function

Description Usage Arguments

Description

Find the log-likelihood function

Usage

1
2
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.


glmmsr documentation built on May 2, 2019, 2:12 p.m.