Skip to content
Prev 11469 / 20628 Next

Pedigreemm on lme4-1.0

On 14-02-14 06:07 PM, Joehanes, Roby (NIH/NHLBI) [F] wrote:
I don't think so, I can replicate your first example.
Your patch was appreciated, but superseded by fairly major
architectural changes we made. There is a fairly straightforward way now
to bypass this test:

control=lmerControl(check.nobs.vs.nlev="ignore")

This really should be done within the call in pedigreemm, but it can be
enabled globally as follows:

options(lmerControl=list(check.nobs.vs.nlev="ignore"))