##########################################
## Homework 1
##########################################
Copyright By PowCoder代写 加微信 powcoder
##########################################
## Question 1
##########################################
rm(list=ls())
Age <- ?(25, 37, 45, 57, 65) Income <- ?(24000, 42000, 39000, 77000, 84000) election.df <- ?(Age, Income) summary(election.df) ########################################## ## Question 2 ########################################## rm(list=ls()) install.packages("MASS") library(MASS) str(Cars93) car.freq <- ??(Cars93$Type) car.rel.freq <- prop.table(??) cbind(car.freq, car.rel.freq) ??(Cars93$Origin, Cars93$Type) ??(Cars93$Luggage.room, Cars93$Weight) ########################################## ## Question 3 ########################################## rm(list=ls()) help("LakeHuron") quantile(LakeHuron, ?) summary(??) ########################################## ## Question 4 ########################################## ??(LakeHuron) ??(LakeHuron) # Variance ??(LakeHuron) # Standard deviation ??(LakeHuron) ??(LakeHuron) 程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com