Publications by Kefas Ronaldo Immanuel Labiro

Assignment 5_new

30.09.2020

1 Your Exercise In this section, you are expected to be more confident to create your own function. Here I advise you to create a function for each tasks bellow: Univariate variable (one dimension) average average <- function(x) { sum(x)/length(x) } x <- c(1,2,3) average(x) ## [1] 2 middle_value middle_value_ganjil <-function(x) { (le...

775 sym R (19338 sym/47 pcs) 1 img

Assignment 5

29.09.2020

1 Your Exercise In this section, you are expected to be more confident to create your own function. Here I advise you to create a function for each tasks bellow: Univariate variable (one dimension) average average <- function(x) { sum(x)/length(x) } x <- c(1,2,3) average(x) ## [1] 2 middle_value middle_value_ganjil <-function(x) { (le...

775 sym R (19344 sym/47 pcs) 1 img

Assignment 4

22.09.2020

1 Generate Data frame Suppose you are a data scientist, and you get a project at a start-up company, for instance Kopi Kenangan. Let’s say, you are asking to generate the collection of any possible data set from their daily sales. If I asking you: what kind of data set that you can generate?. Here, I assume you want to provide them the followin...

2645 sym R (242572 sym/58 pcs) 1 img

Assignment 3

15.09.2020

A. Creating Vectors In this section, you are expected to be able to shape data in vectors, perform basic mathematical operations, and also manipulate vectors. Exercise 1 Create a vector A containing numeric values, starting from the last 2 digits of your student id up to 30. A<- c(04:30) A ## [1] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ...

12287 sym R (6711 sym/45 pcs) 1 img

Kefas_Assignment 9

27.10.2020

1 Introduction In R, we can read data from files stored outside the R environment. We can also write data into files that will be stored and accessed by the operating system. R can read and write into various file formats like csv, excel, txt,rds, xml, json, etc. 2 Working Directory Before we start working with data (interface data), first make ...

4369 sym R (6213 sym/24 pcs) 2 img

week 9 test

27.10.2020

1 1. Introduction In R, we can read data from files stored outside the R environment. We can also write data into files that will be stored and accessed by the operating system. R can read and write into various file formats like csv, excel, txt,rds, xml, json, etc. 2 2. Working Directory Before we start working with data (interface data), first...

1985 sym R (93 sym/2 pcs) 1 img

Ujian Akhir Semester 3

17.12.2020

Email: ronaldokefas@gmail.com RPubs: https://rpubs.com/kefasronaldo 1 Latar Belakang Andikan Anda adalah seorang Manajer dibidang projek Data Scince, ingin melakukan analisis perilaku pelanggan menggunakan data transaksi perusahaan ritel online di Inggris (yang memperoleh dataset dalam kurung waktu antara 01/12/2010 dan 09/12/2011). Diketahui d...

10292 sym R (32265 sym/98 pcs) 4 img

Kefas_Lab 10 ~ Data Preparation with R

09.11.2020

Salah satu keterampilan paling mendasar untuk Seorang Ilmuwan Data adalah Persiapan Data (Manipulasi Data). Agar benar-benar efektif, Anda harus ahli dalam melakukan manipulasi data penting. Ini karena proporsi pekerjaan Anda yang sangat besar hanya akan melibatkan mendapatkan dan membersihkan data. Ilmuwan data menghabiskan 60% dari waktu mere...

12272 sym R (1152414 sym/114 pcs) 2 img

MIDTERM_Kefas

29.10.2020

Case 1 Assume you have collected some data set from ABC Property as we can see in the following table: Id <- (1:10000) Marketing_Name <- rep(c("Angel","Sherly","Vanessa","Irene","Julian", "Jeffry","Nikita","Kefas","Siana","Lala", "Fallen","Ardifo","Kevin","Juen","Jerrel", ...

3249 sym R (160092 sym/32 pcs) 1 img

Lab13-Visualization

27.11.2020

Email: ronaldokefas@gmail.com RPubs: https://rpubs.com/kefasronaldo/ Visualisasi Data adalah teknik mengambil informasi dari data ke dalam konteks visual, seperti bagan, grafik, dan peta. Visualisasi data dimungkinkan untuk menangani data kecil maupun besar menjadi lebih mudah dipahami oleh otak manusia, dan visualisasi juga membuatnya lebih d...

24525 sym R (27903 sym/53 pcs) 49 img