LRTalpha {buildmer}R Documentation

Generate an LRT elimination function with custom alpha level

Description

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).

Usage

LRTalpha(alpha)

Arguments

alpha

The alpha level for the likelihood-ratio test.

See Also

buildmerControl


[Package buildmer version 2.11 Index]