bmi: Body mass index

bmiR Documentation

Body mass index

Description

It is a fairly common data set from the 'mets' package. The dataset consists of 11188 observations, however, in the 'mglm4twin' package we considered only paired twin-pairs. Thus, we opted to circulate the data in this new form to avoid mistakes. The resulting dataset consists of 4271(2788 DZ and 1483 MZ) twin-pairs.

  • bmi - Continuous trait (body mass index).

  • age - Twin age.

  • gender - Twin gender (male and female).

  • Group - Twin zygosity (DZ - dizygotic; MZ - monozygotic).

  • Twin - Code of twin pair.

  • Twin_pair - Code of twin within the pair (1 and 2).

Usage

data(bmi)

Format

a data.frame with 8542 records and 6 variables.

Source

Holst, K. K. and Scheike, T. H. and Hjelmborg, J. B. (2016). The Liability Threshold Model for Censored twin Data. Computational Statistics and Data Analysis 93, pp. 324-335. doi: 10.1016/j.csda.2015.01.014

Bonat, W. H. and Hjelmborg, J. v. B. (2020) Multivariate Generalized Linear Models for Twin and Family data. to appear.

Examples

require(mglm4twin)
data(bmi, package="mglm4twin")
form = bmi ~ Group*Twin_pair
ACE = mt_twin(N_DZ = 5576/2, N_MZ = 2966/2, n_resp = 1, model = "ACE")
fit_ACE <- mglm4twin(linear_pred = c(form), matrix_pred = ACE, data = bmi)

wbonat/mglm4twin documentation built on Oct. 14, 2023, 9:37 p.m.