ChadFibke / Tidyverse

0 stars 0 forks source link

STAT545-hw-Fibke-Chad

STAT545-hw01-An Introduction to github

Hey everyone, my name is Chad Fibke and I've just started a MSc in Population & Public Health working under Dr.Amee Manges! We are working on Poop enemas and how they can prevent infections! All of these fancy words were added using R-studio.

When I'm not wrking with poop enemas I like to:

GitHub Workflow & RMarkdown Experience

GitHub Workflow

RMarkdown Experience

STAT545-hw02-Data wrangling with dplyr

Here I show a way to explore a new dataset (gapminder), and use dplyr functions to wrangle the dataset: select() filter() group_by() summarize() arrange()

I had problems trying to pick a problem to look at in depth! Once I found an issue to look at a lot of the filtering was an issue. There was a lot of objects building up in my work environment, so at times I found myself calling on the wrong object (I thought R knew what I was thinking!). I also wanted to make some adjustments to the graph outside of the points so I had to do some googling!

I used a lot of resources for ggplots! There is:

STAT545-hw03-Data visualization with ggplot2

Here I show some grammar for graphics and use ggplot2 to view the gapminder dataset:

HW03.Rmd

HW03.md

Report on progress

Here are some references that really helped me:

STAT545-hw04- Reshaping, joining, and life lessons about data frames

Over here, I show how to subset the gapminder dataset and show how to reshape and join other datasets to gapminder using: spread() gather(), and xxx_join()

HW04.Rmd

HW04.md

Report on progress

Here are some references that really helped me:

STAT545-hw05- Where it all comes together

Here I show how to play with factors, read files in and out of R, and using Dplyr and ggplots along the way:

HW05.Rmd

HW05.md

Report on progress

Here are some references that really helped me:

A goodbye

Thank you all for looking at my repo!