Learn R Programming

translateSPSS2R (version 1.0.0)

fromXPSS: Sample dataset

Description

Sampledata imported by xpssFrame(). The dataset contains 20 different cars from 3 continents.

Usage

data(fromXPSS)

Arguments

Format

A data.frame with 20 rows and 10 variables.

Details

The variables are as follows:

  • V1 Manufacturer. name of the manufacturer (Audi, BMW, Chevrolet,...)
  • V2 Model. name of the model (A8, 328i, Malibu,...)
  • V3 Country. numeric indicator for the country (1 = Germany, 2 = US, 3= Japan)
  • V4 Car-Type. numeric indicator for the car-type (1 = PKW,2 = SUV)
  • V5 Sales volume in thousand. (0.954-230.902)
  • V5_kl2 Sales volume grouped. (1 = Until 30.000, 2 = More than 30.000)
  • V6 Purchase price in thousand. (15.35-85.50)
  • V6_kl3 Purchase price in three groups. (1 = Until 20.000, 2 = more than 20.000 until 30.000, 3 = more than 30.000)
  • V7_1 PS. Amount of PS (135-310)
  • V7_2 Weight. Weight of the car (94.5-138.60)