R/data.R

#### Example data set description
#############################################################################
#' Example data set.
#'
#' List of exemplary three data sets.
#'
#'
#'
#'@format A a list of three data frames:
#' \describe{
#'   \item{schueler}{Data on student levels, including student and teacher ID, and a background variable}
#'   \item{komp_imp}{Competence data, including student id, imputation number and plausible value}
#'   \item{lehrer}{Teacher data, including teacher id and background variable}
#'}
#'
#'
"datList"

#' Example data set.
#'
#' List of primary keys to exemplary three data sets.
#'
#'
"pkList"

#' Example data set.
#'
#' List of foreign keys to exemplary three data sets.
#'
#'
#'
"fkList"
b-becker/eatGADS documentation built on May 24, 2019, 8:47 p.m.