Publications by Abdalrahman Algendi
Assig2
Exercise 1 Question A #read data prices <- read.csv ("C:/Users/Abdalrahman Algendi/Desktop/Applied Statistics/Chapters/Mandatory-1/Data/flat_prices.csv") head(prices) ## price area rooms standard situated town distcen age rent ## 1 1031 100 3 2 6 1 5 15 2051 ## 2 1129 116 3 1 5 1 4...
1499 sym R (46728 sym/61 pcs) 3 img
AbdalrahmanAlgendiAssig2
Exercise 1 Question A #read data prices <- read.csv ("C:/Users/Abdalrahman Algendi/Desktop/Applied Statistics/Chapters/Mandatory-1/Data/flat_prices.csv") head(prices) ## price area rooms standard situated town distcen age rent ## 1 1031 100 3 2 6 1 5 15 2051 ## 2 1129 116 3 1 5 1 4...
1499 sym R (46728 sym/61 pcs) 3 img
Publish Document
Exercise 1 Question A #Read the file into a data frame CarData <- read.csv ("C:/Users/Abdalrahman Algendi/Desktop/Applied Statistics/Chapters/Mandatory-1/Data/el_car_data_1.csv") #Check the first 10 rows of dat head (CarData,10) ## year id18 municip_name population totalarea income_med_adj ## 1 2012 municip0101 Halden 2...
2656 sym R (10264 sym/81 pcs) 8 img
Assignment 1
Exercise 1 Question A #Read the file into a data frame CarData <- read.csv ("C:/Users/Abdalrahman Algendi/Desktop/Applied Statistics/Chapters/Mandatory-1/Data/el_car_data_1.csv") #Check the first 10 rows of dat head (CarData,10) ## year id18 municip_name population totalarea income_med_adj ## 1 2012 municip0101 Halden 2...
1575 sym R (9021 sym/49 pcs) 7 img
Abdalrahman
Exercise 1 Question A #Read the file into a data frame CarData <- read.csv ("C:/Users/Abdalrahman Algendi/Desktop/Applied Statistics/Chapters/Mandatory-1/Data/el_car_data_1.csv") #Check the first 10 rows of dat head (CarData,10) ## year id18 municip_name population totalarea income_med_adj ## 1 2012 municip0101 Halden 2...
2761 sym R (10264 sym/81 pcs) 8 img
Exam
visit: https://rpubs.com/Algendi/exam Exercise 1 Question A #Entering data DF <- data.frame(name = c("EQU", "YAR", "MOWI", "AUSS", "GJF", "KOG", "SUBC"), price20 = c(183, 343, 189, 88, 179, 169, 62), price21 = c(221, 453, 183, 85, 198, 232, 67)) #Install library library(tidyver...
1571 sym R (18737 sym/98 pcs) 3 img