Publications by Valli Suppramaniam 17053409, Haziq, Amy, Min, Gu Hang

Project

19.01.2022

Data Source and Description This section provides information on the source of the data and high level explanation on the features (extracted from website where the data was shared ) The data used for this project is an open source database obtained from UCI Machine Learning website. The data consists of 303 rows and 14 columns. The last column i...

2331 sym R (46263 sym/85 pcs) 7 img 3 tbl

LabPractice

25.11.2021

#1.Write a R program to count number of objects in a given list? list_data <- list( c(" Red "," Green "," Black "), list(" Python ", " PHP ", " Java ")) print(" List:") ## [1] " List:" print( list_data ) ## [[1]] ## [1] " Red " " Green " " Black " ## ## [[2]] ## [[2]][[1]] ## [1] " Python " ## ## [[2]][[2]] ## [1] " PHP " ## ...

639 sym R (4034 sym/48 pcs) 1 img

S2124920HangGu

24.11.2021

#1.Read file marks1.csv library(readr) ## Warning: 程辑包'readr'是用R版本4.1.2 来建造的 marks1 <- read.csv("C:/Users/s2124/Desktop/marks1.csv") head(marks1) ## X X.1 test asgn Prsnt Final q1 q2 q3 q4 ## 1 60001 Ahmad 15 14 17 13 0 9 2 4 ## 2 60003 Abu 26 13 18 22 3 5 8 6 ## 3 60006 Samy 21 ...

613 sym R (3639 sym/22 pcs) 1 img

WQD7001Tutoial5

03.12.2021

#Exploring Data with R #It is very important to explore data before starting to build a predictive model. It gives an idea about the structure of the dataset like number of #continuous or categorical variables and number of observations (rows). #Choose the dataset “attitude” from the R Datasets Package. #Prepare an R Markdown document fo...

628 sym R (11339 sym/35 pcs) 3 img

Lab10

06.01.2022

#Specify the corresponding folder setwd("F:\\RData") library(readxl) df<-read_xlsx("labW9.xlsx",1) summary(df) ## Pregnancies Glucose BloodPressure SkinThickness ## Min. : 0.000 Min. : 0.0 Min. : 0.00 Min. : 0.00 ## 1st Qu.: 1.000 1st Qu.: 99.0 1st Qu.: 62.00 1st Qu.: 0.00 ## Median : 3.000 ...

631 sym R (11054 sym/36 pcs) 5 img

WQD7004-Alternative-Assessment

09.01.2022

#Cardiac analysis report #Getting Data: #The main purpose is to predict whether a given person has heart disease, with the help of several factors such as age, #cholesterol level, type of chest pain, etc. #Description of the dataset: #The data has 303 observations and 14 variables. Each observation contains the following information about...

653 sym R (139983 sym/58 pcs) 5 img