Publications by Zaid Yousif, PharmD, MAS

Comparing Two Independent Continuous Variables and Nonparametric Tests

22.10.2023

Learning Objectives Develop the ability to perform independent two-samples t-test with equal and unequal variance in normally distributed continuous data. Develop the ability to perform Wilcoxon signed-rank test and Wilcoxon rank-sum test for non-normally distributed continuous data. Sources Rosner, Bernard. Fundamentals of Biostatistics. Cen...

8254 sym R (4998 sym/39 pcs) 11 img

One-Sample Hypothesis Testing

16.10.2023

Learning Objectives Develop an understanding of standard normal distribution and t-distribution Develop a clear understanding of hypothesis testing Develop the ability to use sample data to conduct a formal hypothesis test of continuous data Load Libraries library(tidyverse) ## ── Attaching core tidyverse packages ────────�...

9552 sym R (1648 sym/11 pcs) 10 img

Data Exploration

28.09.2023

Learning Objectives Develop an understanding of basic data types and data structures Be able to calculate mean, median, variance, standard deviation, proportions, and frequencies Learn how to plot frequency histograms, box plots, bar graphs, and pie charts Lecture Link https://rpubs.com/zaidyousif/1089870 Load Libraries library(tidyverse) ##...

4757 sym R (3641 sym/57 pcs) 11 img

Getting Started with R

27.09.2023

lecture link: https://rpubs.com/zaidyousif/1089175 Course Objectives Understand the basics of data exploration and visualization Choose and apply appropriate statistical methods Interpret statistical results correctly Learning Objectives Install R and RStudio Install and load R load packages Load data into R Execute basic R functions Install R...

8840 sym R (13507 sym/19 pcs)

Multiple Linear Regression

19.01.2023

Learning Objectives Understand the basic principles of multiple linear regression Learn how to perform and interpret the results of linear regression Learn how to adjust for confounders Sources Rosner, Bernard. Fundamentals of Biostatistics. Cengage Learning, 2017 Triola, Mario F., and Laura Iossi. Elementary Statistics. Pearson, 2018 Rpubs ...

7080 sym R (3268 sym/15 pcs) 11 img

Power Analysis and Sample Size Estimation

31.12.2022

RPubs https://rpubs.com/zaidyousif/988269 Sources Triola, Mario F., and Laura Iossi. Elementary Statistics. Pearson, 2018 Learning Objectives Understand the definition and relationship between power, sample size, effect size, and significance level Learn how to calculate power and sample size for selected statistical tests Load Libraries lib...

6804 sym R (2329 sym/19 pcs) 6 img

Data Exploration

18.07.2021

Learning Objectives Develop an understanding of basic data types and data structures Be able to calculate mean, median, variance, standard deviation, proportions, and frequencies Learn how to plot frequency histograms, box plots, bar graphs, and pie charts Lecture Link https://rpubs.com/zaidyousif/791846 Load Libraries library(tidyverse) ## -...

4705 sym R (3397 sym/57 pcs) 11 img

One-Sample Hypothesis Testing

29.07.2021

Learning Objectives Develop an understanding of standard normal distribution and t-distribution Develop a clear understanding of hypothesis testing Develop the ability to use sample data to conduct a formal hypothesis test of continuous data Load Libraries library(tidyverse) ## -- Attaching packages --------------------------------------- tidy...

9431 sym R (1499 sym/11 pcs) 10 img

Data Wrangling with R

23.12.2021

Learning Objectives Learn how to pivot data frames wide and long. Learn how to how to select, filter, mutate, and summarise data Learn to work with factors with R *Tidyverse documentation (https://www.tidyverse.org/) RPubs https://rpubs.com/zaidyousif/850443 Load Libraries library(tidyverse) ## -- Attaching packages ------------------------...

4587 sym R (13147 sym/62 pcs) 1 img

Analysis of Categorical Data

27.08.2021

Learning Objectives Understand the difference between observed and expected frequencies Learn how to construct contingency tables Understand the difference between dependent and independent categorical data Learn how to perform Pearson’s Chi-Squared test, Fisher’s exact test, and McNemar’s test Sources Rosner, Bernard. Fundamentals of Bi...

7998 sym R (3176 sym/20 pcs) 2 img 6 tbl