fake.data: Fake data

fake.dataR Documentation

Fake data

Description

Fake data for illustrating and testing the R/geesibsor package.

Usage

fake.data

Format

A numeric matrix with 696 rows and 8 columns.

Details

There are data on 696 individuals in 270 sibships. The first column is the phenotype. The next is an indicator of family assignment. The last 6 columns are covariates.

Source

These are completely fake data. Email Karl W. Broman, broman@wisc.edu, for further information.

See Also

gee.sibs.or()

Examples

data(fake.data)
y <- fake.data[,1]
id <- fake.data[,2]
x <- cbind(1, fake.data[,-(1:2)])
gee.output <- gee.sibs.or(y, x, id)


kbroman/geesibsor documentation built on May 17, 2023, 11:51 p.m.