## Warning: package 'ggplot2' was built under R version 3.2.4
## Warning: package 'readr' was built under R version 3.2.5
## Warning: package 'forcats' was built under R version 3.2.5
## Warning: package 'gridExtra' was built under R version 3.2.4

Admistrative:

Please indicate

  • Who you collaborated with: Connor
  • Roughly how much time you spent on this HW so far: 2-3 hours
  • The URL of the RPubs published URL here.
  • What gave you the most trouble: Trying to figure out the best way to present a brief description of the data. It always seems like too much or too little.
  • Any comments you have:

Question 1:

Perform an Exploratory Data Analysis (EDA) on the profiles data set, specifically on the relationship between gender and

  • income
  • job
  • One more categorical variable of your choice

all keeping in mind in HW-3, you will be fitting a logistic regression to predict a user’s gender based on these variables.

Question 2:

In the file HW-2_Shiny_App.Rmd, build the Shiny App discussed in Lec09 on Monday 10/3: Using the movies data set in the ggplot2movies data set, make a Shiny app that

  • Plots budget on the x-axis and rating on the y-axis
  • Instead of having a radio button to select the genre of movie (Action, Animation, Comedy, etc), have a radio button that allows you to toggle between comedies and non-comedies. This app should be simpler.