import(methods)
import(stats)

importFrom(grDevices,
    colorRampPalette
)

importFrom(lme4,
    findbars,
    getME,
    lFormula,
    lmer,
    lmerControl,
    nobars,
    ranef,
    VarCorr
)

importClassesFrom(lme4,
    merMod
)

importFrom(pheatmap,
    pheatmap
)

export(
    mintersect,
    mlm,
    mlmer,
    munion,
    na.count,
    pqq,
    pqq.ci,
    ranef.ranks,
    ranks.heatmap,
    re.match,
    var.components
)

S3method(ranef.ranks, merMod)
S3method(var.components, merMod)
