Publications by Jubayer Hossain

Introduction to dplyr

21.02.2021

What is dplyr? The dplyr package was developed by Hadley Wickham of RStudio. dplyr is a new package which provides a set of tools for efficiently manipulating datasets in R. dplyr is the next iteration of plyr , focussing on only data frames. With dplyr , anything you can do to a local data frame you can also do to a remote database table. dply...

2829 sym R (20357 sym/92 pcs)

Introduction to R Programming

21.02.2021

What is R R is a dialect of S(R is an implementation of the S programming language). R was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, and is developed by the R Development Core Team. R is a programming language and environment commonly used in statistical computing, data analytics and scientific resea...

14448 sym R (8145 sym/192 pcs) 8 img

Interpreting Data Using Inferential Statistics with R

25.02.2021

What is Inferential Statistics? Assess the strength of evidence for/against a hypothesis; evaluate the data Inferential statistical methods provide a confirmatory data analysis. Generalize conclusions from data from part of a group (sample) to the whole group (population) Assess the strength of the evidence Make comparisons Make predictions In...

10706 sym R (14119 sym/97 pcs) 6 img 2 tbl

Genomic Data Visualization using R

05.04.2021

What is ggplot2? ggplot2 is a data visualization package for the statistical programming language R. Created by Hadley Wickham in 2005, ggplot2 is an implementation of Leland Wilkinson’s Grammar of Graphics—a general scheme for data visualization which breaks up graphs into semantic components such as scales and layers. Types of Visualizati...

1399 sym R (7409 sym/44 pcs) 24 img

Data Visualization using R

10.05.2022

Introduction to Data Visualization “A picture is worth a thousand words” Because of the way the human brain processes information, using charts or graphs to visualize large amounts of complex data is easier than poring over spreadsheets or reports. Data visualization is a quick, easy way to convey concepts in a universal manner – and you c...

10366 sym R (1649 sym/24 pcs) 16 img 1 tbl

Brief Introduction of ggpubr - Create Easily Publication Ready Plots in R

11.05.2022

Introduction ggplot2, by Hadley Wickham, is an excellent and flexible package for elegant data visualization in R. However the default generated plots requires some formatting before we can send them for publication. Furthermore, to customize a ggplot, the syntax is opaque and this raises the level of difficulty for researchers with no advanc...

4031 sym R (7186 sym/60 pcs) 49 img 1 tbl