ubIonosphere: Ionosphere dataset

ubIonosphereR Documentation

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)

Format

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

Source

http://cran.r-project.org/package=mlbench

Examples

data(ubIonosphere)
summary(ubIonosphere)

dalpozz/unbalanced documentation built on June 3, 2022, 2:42 a.m.