LRTalpha {buildmer} | R Documentation |
The elim
argument in buildmerControl
can take any user-specified elimination function. LRTalpha
generates such a function that uses the likelihood-ratio test, based on a user-specified alpha level. (For the default alpha of .05, one can also simply specify the string 'LRT'
or the function buildmer:::elim.LRT
).
LRTalpha(alpha)
alpha |
The alpha level for the likelihood-ratio test. |