Publications by Zaid Yousif, PharmD, MAS

Logistic Regression

23.02.2024

RPubs https://rpubs.com/zaidyousif/862660 Sources Triola, Mario F., and Laura Iossi. Elementary Statistics. Pearson, 2018 Celentano, D. D., Szklo, M., & Gordis, L. (2019). Gordis epidemiology (6th edition.). Philadelphia, PA: Elsevier. Learning Objectives Understand the difference between linear regression and logistic regression Learn how t...

5087 sym R (5577 sym/37 pcs) 1 img 1 tbl

Diagnostic and Screening Tests

23.02.2024

RPubs https://rpubs.com/zaidyousif/1152444 Sources Triola, Mario F., and Laura Iossi. Elementary Statistics. Pearson, 2018 Celentano, D. D., Szklo, M., & Gordis, L. (2019). Gordis epidemiology (6th edition.). Philadelphia, PA: Elsevier. Learning Objectives Learn how to define the validity diagnostic tests. Lean how to calculate and interpret ...

7875 sym 4 img

Multiple Linear Regression

04.02.2024

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...

7247 sym R (3424 sym/15 pcs) 11 img

Power Analysis and Sample Size Estimation

29.01.2024

RPubs https://rpubs.com/zaidyousif/988269 Sources Triola, Mario F., and Laura Iossi. Elementary Statistics. Pearson, 2018 Rosner, Bernard. Fundamentals of Biostatistics. Cengage Learning, 2017 Learning Objectives Understand the definition and relationship between power, sample size, effect size, and significance level Learn how to calculate ...

7038 sym R (2341 sym/18 pcs) 7 img

Data Wrangling with R

22.01.2024

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 core tidyverse packages ─�...

4615 sym R (13040 sym/60 pcs) 1 img

Comparing Three or More Independent Groups

08.01.2024

Learning Objectives Learn how to use One-way ANOVA test to perform hypothesis testing Learn how to use Kruskal–Wallis test to perform hypothesis testing Sources Rosner, Bernard. Fundamentals of Biostatistics. Cengage Learning, 2017 Triola, Mario F., and Laura Iossi. Elementary Statistics. Pearson, 2018 Rpubs https://rpubs.com/zaidyousif...

5821 sym R (4135 sym/23 pcs) 3 img

Correlation and Linear Regression

26.11.2023

RPubs Link https://rpubs.com/zaidyousif/1120340 Learning Objectives Use paired data to find the value of the linear correlation coefficient r. Determine whether there is sufficient evidence to support a conclusion that there is a linear correlation between two variables Use paired sample data to find the equation of the regression line. Find ...

8553 sym R (4973 sym/31 pcs) 10 img

Relative Risk, Odds Ratios, and More

18.11.2023

Rpubs Link https://rpubs.com/zaidyousif/1116472 Learning Objectives Learn the difference between odds ratio and relative risk. Learn how to calculate relative risk, risk difference, attributable risk percent, NNT, NNH, and odds ratio. Odds ratio as an estimate of the relative risk. Sources Rosner, Bernard. Fundamentals of Biostatistics. Cenga...

10617 sym R (3944 sym/14 pcs) 6 img 6 tbl

Analysis of Categorical Data

16.11.2023

Rpubs Link https://rpubs.com/zaidyousif/1115343 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...

7950 sym R (2688 sym/18 pcs) 2 img 6 tbl

Comparing Two Dependent Continuous Samples

09.11.2023

lecture link: https://rpubs.com/zaidyousif/1111089 Learning Objectives Understand the difference between dependent and independent samples Perform the appropriate statistical test for paired continuous samples Understand the difference between paired t-test and Wilcoxon matched-pairs signed-ranks test Sources Rosner, Bernard. Fundamentals of...

5014 sym R (4697 sym/39 pcs) 6 img