Learn R Programming

pim (version 2.0.2)

pimdata: The data contained in the pim package

Description

The pim package contains different datasets for use in examples and tests. Currently, you find the datasets DysData, EngelData and FEVData. More information can be found on the respective help pages.

Arguments

Details

The data contained in the package has following structures

  • EngelData: A single numeric predictor variable and a response

  • FEVData: A data frame with a numeric response variable and 4 additional numeric predictor values.

  • DysData: A dataframe with 3 factors and a numeric variable as predictors. The outcome is a factor with 4 levels.

  • SNP_XRCC1__77 Genotype of this SNP. A factor with three levels: "TT", "TC" and "CC"

  • SPC_D2 Dose of radiation that reached 2

  • SNP_XRCC1__77TC 1 if SNP_XRCC1__77 is "TC", 0 otherwise