#' Car owners data set (fictitious).
#'
#' A constructed data set useful for detecting conditinal dependencies.
#'
#'
#' @format A data frame with 200 rows and 4 variables. Each
#' row is a person with:
#' \describe{
#' \item{age}{age of person}
#' \item{driver_license}{has a driver license, only persons older then 17 can have a license
#' in this data set}
#' \item{income}{monthly income}
#' \item{owns_car}{only persons with a drivers license
#' , and a monthly income > 1500 can own a car}
#' \item{car_color}{NA when there is no car}
#' }
#' @example example/conditional_rule.R
"car_owner"
#' task2 dataset
#'
#' Fictuous test data set from European (ESSnet) project on validation 2017.
#' @references European (ESSnet) project on validation 2017
#'
#' @format
#' \describe{
#' \item{ID}{ID}
#' \item{Age}{Age of person}
#' \item{Married}{Marital status}
#' \item{Employed}{Employed or not}
#' \item{Working_hours}{Working hours}
#' }
"task2"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.