Learn R Programming

Rdrools (version 1.0.3)

class: Sample dataset on which rules from the rules dataset can be applied

Description

The dataset describes a class of students, their grades and contact details.

Usage

data(class)

Arguments

Format

A data frame with 15 observations on the following 5 variables.

id

a numeric vector

name

a factor with levels James Johnny Joseph

class

a factor with levels English History Math Science Spanish

grade

a numeric vector

email

a factor with levels james@school.edu johhny@school.edu johnny@school.edu joseph@school.edu

Examples

Run this code
# NOT RUN {
data(class)
str(class)
# }

Run the code above in your browser using DataLab