R语言代写
Homework 1 Solutions Part 1 Homework 1 Solutions Gabriel Young (gjy2107) Febuary, 8th 2018 i. Looking at Titanic.txt I see that the data is tab delimited and therefore I use read.table(). Since the first row of data in the text file holds the column names, I use header = TRUE. ii. The function dim() provides […]