Learn R Programming

unbalanced (version 2.0)

ubIonosphere: Ionosphere dataset

Description

The datasets is a modifcation of Ionosphere dataset cotained in "mlbench" package. It contains only numerical input variables, i.e. the first two variables are removed. The Class variable orginally taking values bad and good has been transformed into a factor where 1 denotes bad and 0 good.

Usage

data(ubIonosphere)

Arguments

Format

A data frame with 351 observations on 33 independent variables (all numerical) and one last defining the class (1 or 0).

Examples

Run this code
data(ubIonosphere)
summary(ubIonosphere)

Run the code above in your browser using DataLab