Learn R Programming

HUM (version 2.0)

dataset: simulated data

Description

This data file consists of six simulated predictors or variables with three class categories. For each class category the values are independently generated from the normal distribution with the mean <U+00B5>1, <U+00B5>2 and <U+00B5>3 and the variances held at unity. The means are varied such that the problems range from near-separable problems, to near-random.

Usage

data(dataset)

Arguments

Format

A data.frame containing 300 observations of six variables.

See Also

sim

Examples

Run this code
# NOT RUN {
# load the dataset
data(dataset)
# }

Run the code above in your browser using DataLab