Introduction

Below you will find links to the case data files.

  • You can link to .TXT files directly using the url
  • You can download .CSV files to your computer

How to import data into R

Access the CSV file directly by url:

data1 <- read.csv(url("https://laurencipriano.github.io/IveyBusinessStatistics/Datasets/data.csv"), 
                        header = TRUE)

To download the file, right click on CSV and choose “Save link as…” Access the CSV file saved onto your computer:

 data2 <- read.csv("C:/Users/Lauren/FavouriteClass/data.csv", 
                        header = TRUE)

Datasets for Business Statistics

Cyberville Families


Medical Expenditure Panel Survey data


Occupational Prestige data


Happiness


Roulette Wheel

  • Exhibit 1: CSV
  • Exhibit 2: CSV

PGA Golf


Ian Steele


Bikeshare


Vungle


Pilgrim Bank


Progressive Insurance


Lansink


Vanderbilt


Direct Marketing


BigEast Bank


Pennsylvania Dominion


Select Collections

  • Training Data: CSV
  • Testing Data: CSV
  • Testing Data Paid Amount: CSV