Silicon Valley University R and R studio Visual Analytics

Description

  1. get the structure of the gss_sm dataframe. What is the data type of race, sex, region and income? What do the levels refer to? 
  2. create a graph that shows a count of religious preferences grouped by region
  3. turn the region counts in percentages
  4. use dodge2() to put the religious affiliations side by side within regions
  5. show the religious preferences by region, faceted version with the coordinate system swapped
  6. using pipes show a 10 random instances of the first six columns in the organdata data set
  7. create a scatterplot of donors vs. year
  8. create a faceted set of line chart graphs showing donors for year for different countries
  9. create a boxplot of the data with coordinates swapped (because the mean is calculated in every boxplot and because R throws an error when trying to calculate means when there is missing data, add the na.rm = TRUE parameter to remove the NA’s).  
  10. Replace the boxplot with points
  11. jitter the points
  12. reduce the amount of jitter
  13. using organdata, create a table of summary statistics by country called by_country (show the mean of donors, gdp, health, roads, cerebvas, and the standard deviation of donors)
  14. what is the cerebvas column referring to?
  15. What conclusions can you draw from the previous plot?

Get your college paper done by experts

Do my question How much will it cost?

Place an order in 3 easy steps. Takes less than 5 mins.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *