Learn R Programming

glmm (version 1.4.5)

Booth2: A Logit-Normal GLMM Dataset

Description

This data set contains simulated data from the paper of Booth and Hobert (referenced below) as well as another vector.

Usage

data(Booth2)

Arguments

Format

A data frame with 3 columns:

y

Response vector.

x1

Fixed effect model matrix. The matrix has just one column vector.

z1

A categorical vector to be used for part of the random effect model matrix.

z2

A categorical vector to be used for part of the random effect model matrix.

Details

The original data set was generated by Booth and Hobert using a single variance component, a single fixed effect, no intercept, and a logit link. This data set has the z2 vector added purely to illustrate an example with multiple variance components.

References

Booth, J. G. and Hobert, J. P. (1999) Maximizing generalized linear mixed model likelihoods with an automated Monte Carlo EM algorithm. Journal of the Royal Statistical Society, Series B, 61, 265--285. tools:::Rd_expr_doi("10.1111/1467-9868.00176").

Examples

Run this code
data(Booth2)

Run the code above in your browser using DataLab