chisq_hlmer: Chi-square estimates for random-effects variances

Description Usage Arguments Value Author(s)

Description

Chi-square estimates for random-effects variances

Usage

1
2
chisq_hlmer(model, summary = NULL, y_lvl1, cluster, x_lvl1 = NULL,
  x_lvl2 = NULL, data)

Arguments

model

Raw lmer output model.

summary

Optional lmer summary model.

y_lvl1

Column label of data corresponding to the criterion variable for level-1 observations.

cluster

Column label of data corresponding to the cluster/group identification variable.

x_lvl1

Column label(s) of data corresponding to the predictor variable(s) for level-1 observations.

x_lvl2

Column label(s) of data corresponding to the predictor variable(s) for level-2 observations.

data

Data frame, matrix, or tibble containing the data to use in the linear model.

Value

Table of chi-square estimates for random-effects variances.

Author(s)

Jeffrey Dahlke and Jonathan Brown


jadahlke/hlmer documentation built on May 31, 2019, 8:43 a.m.