Learn R Programming

glmmsr (version 0.1.1)

find_lfun_glmm: Find the log-likelihood function

Description

Find the log-likelihood function

Usage

find_lfun_glmm(modfr, method, control = NULL)

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.