ranef.ranks: Extract Random Effect Rank Distributions

Description Usage Arguments Value See Also

Description

Extracts random effect rank distributions from a linear mixed-effects model.

Usage

1
2
    ## S3 method for class 'merMod'
ranef.ranks(model, groups)

Arguments

model

a linear mixed-effects model estimated using lmer.

groups

a character vector of random effects of interest.

Value

If which is missing, a list of rank distribution vectors for all random intercepts in the model. Otherwise, a list of rank distribution vectors for random intercepts specified by which.

See Also

mlmer


omics documentation built on May 1, 2019, 8:45 p.m.

Related to ranef.ranks in omics...