Publications by Ian Duhaylungsod

Data Visualization with ggplot2

28.03.2022

library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.1.3 ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## Warning: package 'g...

321 sym R (10222 sym/68 pcs) 27 img

Final Term Activity

13.05.2022

library(readxl) ## Warning: package 'readxl' was built under R version 4.1.3 Durias<- read_excel("D:/COLLEGE 3RD YEAR/2nd SEMESTER/STAT 50 STATISTICAL SOFTWARE/FINAL/Final Term Activity/data1.xlsx") Durias ## # A tibble: 60 x 14 ## Respondent `Type of Family` Sex Age `RSES 1` `RSES 2` `RSES 3` `RSES 4` ## <dbl> <chr> ...

842 sym R (16055 sym/62 pcs)

Data Analysis

17.05.2022

#Data library(readxl) ## Warning: package 'readxl' was built under R version 4.1.3 Numeric <- read_excel("DataSittie.xlsx") ## New names: ## * `` -> ...63 ## * `` -> ...64 library(DescTools) ## Warning: package 'DescTools' was built under R version 4.1.3 4. Is there any significant relationship between the demographic and adherence towards th...

470 sym R (27547 sym/99 pcs)

Sample Rmarkdown Template

13.04.2022

<!DOCTYPE html> Sample RMarkdown Template Heading 1 Some text Sub-heading 2 1 + 1 A B hehe haha Heading 2 plot(rnorm(100)) Sub-heading 3 ...

183 sym R (21 sym/2 pcs) 1 img

Sample Rmarkdown Template

16.04.2022

Heading 1 Some text Sub-heading 2 1 + 1 A B hehe haha Heading 2 plot(rnorm(100)) Sub-heading 3 ...

92 sym R (22 sym/2 pcs) 1 img

DPPH Results

21.04.2022

Data library(readxl) ## Warning: package 'readxl' was built under R version 4.1.3 data2 <- read_excel("D:/COLLEGE 3RD YEAR/2nd SEMESTER/STAT 50 STATISTICAL SOFTWARE/MIDTERM/data2.xlsx") ## New names: ## * `` -> ...3 ## * `` -> ...4 ## * `` -> ...5 ## * `` -> ...6 ## * `` -> ...7 ## * ... data2 data2<-data2[, 1:2] data2 library(tidyverse)...

479 sym R (4452 sym/50 pcs) 4 img