Publications by saisree

Project Meeting 1: Data Discovery

08.10.2024

1.SUMMARY The dataset used for this analysis is the UCI Obesity Dataset, which can be found at the UCI Machine Learning Repositoryhere. The dataset contains information on individual habits, conditions, and medical history with the purpose of identifying risk factors associated with obesity. The dataset includes multiple features such as gender...

7898 sym R (6181 sym/23 pcs) 4 img

Week 6 | Data Dive — Confidence Intervals

05.10.2024

library(ggplot2) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union obesity <- read.csv("C:\\Users\\saisr\\Downloads\\statistics using R\\estimation+of+obesity+l...

9095 sym R (9572 sym/29 pcs) 2 img

Week 5 | Data Dive — Documentation

01.10.2024

1 The 3 unclear columns from the obesity dataset are: family_history_with_overweight : - This column contains “yes” or “no” values. Without documentation, we may not fully understand what is meant by “family history” in this context. Is it one’s immediate family member, or does it refer to extended family? Reason for Encoding: En...

9677 sym R (2141 sym/3 pcs) 1 img

week 4- Data Dive — Sampling and Drawing Conclusions

24.09.2024

# Load necessary libraries library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1...

12871 sym R (13113 sym/31 pcs) 4 img 1 tbl

Week 3 | Data Dive — Group By and Probabilities

18.09.2024

# Load necessary libraries library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1...

21564 sym R (8556 sym/28 pcs) 4 img

week 2 data dive

12.09.2024

loading and exploring the data set library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(tidyverse) ## ── Attaching core tidyverse pack...

2154 sym R (9499 sym/29 pcs) 4 img

Week 2 | Data Dive — Summaries

11.09.2024

loading and exploring the data set library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(tidyverse) ## ── Attaching core tidyverse pack...

3973 sym R (5055 sym/24 pcs) 5 img