gravatar

MdAhsanul

Md Ahsanul Islam

Recently Published

Outlier Detection
Sampling Distributions
Clinical Trial Design
Correlogram
Visualization of the correlation matrix.
Likert Scale Data Visualization
Sampling Methods
EDA of Programming Club General Members 2023 DB
This project aims at showing various attributes of registered general members of the `Programming Club, Dept. of Statistics, CU” in 2023. I have used ggplot2 for the visualizations.
Missing Values Imputation
Some methodologies for missing values imputation and R code
Cluster Analysis
Discover various clustering techniques, such as hierarchical clustering, k-means clustering, as you delve into the process of grouping similar observations together to uncover patterns and structures in the data.
Titanic Data Analysis
Using stat_function() and geom_function()
These are used to compute and draw a function as a continuous curve.
Simulating Time Series
PCA in R
Only basic code on performing PCA in R.
Plotting using Lattice
Preliminary Information on Multivariate Analysis
Discussion on centroid, variance-covariance matrix, correlation matrix.
Parametric Hypothesis Tests
T-Test in R
Discussed various applications of the t.test() function in R.
Data Frame in R
I've discussed on constructing a data frame using vectors, matrix to data frame conversion, selecting/sub-setting, re-leveling factorized values in data frame, joining two data frames in different manners.
Operators in R
Vector in R
Factor
List
Power Analysis
Apply Family of Functions in R
Reproducible Research - Course Project 1
Github repo - https://github.com/AhsanHimel/RepData_PeerAssessment1
Pivot table in R
Markov Chain
Distributions
Manipulation with data.table
Basic Plotting in R
Date Time
Word Cloud in R
Tibble - Tidyverse
Introduction to dplyr
I have discussed on different functions of the popular dplyr package for data manipulation in R.
Creating Function
Loop in R
I have discussed about for loop, while loop, loop using apply and repeat loop.
Conditional Operations in R
I have discussed about if, else, else if, switch, break and next.
Printing methods in R
I have discussed about the functions print(), nonquote(), cat(), paste(), format() and sprintf().
Working with characters in R
Matrix
Statistical inference with the GSS data
This is my first project on Statistical Inference. This is done after finishing the course from Coursera taught by Mine Çetinkaya-Rundel of Duke University. My research question here is, "Is political view of an individual USA citizen related to opinion towards the government expenses on improving education?"
Inference for comparing means
This is my solution to the 3rd weeks lab exercise of the course - "Inferential Statistics by Mine Çetinkaya-Rundel" in Coursera.