Learn R Programming

Lock5withR (version 1.2.2)

Digits: Digit counts

Description

Digits from social security numbers and student selected random numbers

Arguments

Format

A data frame with 150 observations on the following 7 variables.
  • Random Four digit random numbers picked by a sample of students
  • RND1 First digit
  • RND2 Second digit
  • RND3 Third digit
  • RND4 Fourth digit
  • SSN8 Eighth digit of social security number
  • SSN9 Last digit of social security number

Source

In class-student surveys from several classes.

Details

A sample of students were asked to pick a random four digit number. The numbers are given in the dataset, along with separate columns for each of the four digits. The data also show the last two digits of each student's social security number (SSN).

Examples

Run this code

data(Digits)

Run the code above in your browser using DataLab