BINARY_DF | R Documentation |
Artificially generated toy data set of 5000 individuals with a binary outcome and a set of categorical and continuous exposure variables
Artificially generated toy data set of 5000 individuals with a numeric outcome and a set of categorical and continuous exposure variables
data(BINARY_DF) data(CONT_DF)
An object of class "cross"
; see read.cross
.
#'
ID's of individuals
sex of individuals (character)
age (numeric)
quantitative covariates (numeric)
categorical covariate (categorical)
genetic principal components (randomly generated)
numeric exposure variables (numeric)
categorical exposure variables (categorical)
binary phenotype (0/1)
survival time (months)
An object of class "cross"
; see read.cross
.
#'
ID's of individuals
sex of individuals (character)
age (numeric)
quantitative covariates (numeric)
categorical covariate (categorical)
genetic principal components (randomly generated)
numeric exposure variables (numeric)
categorical exposure variables (categorical)
continuous phenotype (numeric)
This data set was artificially created for the PXStools package.
This data set was artificially created for the PXStools package.
data(BINARY_DF) head(BINARY_DF) data(BINARY_DF) head(BINARY_DF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.