SmogDr / edar_coursebook

1 stars 0 forks source link

Homework: Chapter 5 (eda1) #6

Closed wendtke closed 4 years ago

wendtke commented 4 years ago

JV suggestions:

  1. Practice creating histogram, CDF, time-series, and ACF; extract relevant features from each.
  2. (hh) Introduce library(gridExtra) and create multi-panel EDA plots
  3. Visualize data from a bi-modal distribution (hist, cum dist).
    • create data with rnorm() with bind_rows(); provide external data file
    • all four plots---sometimes EDA plots aren't very informative but worth checking
  4. List which plot types discussed in this chapter are enumerative vs. summary.
wendtke commented 4 years ago

Recreate this plot?

SmogDr commented 4 years ago

Yes.

-- John Volckens Professor, Mechanical Engineering Colorado State University he, him, his jv.colostate.edu / @Smogdr

From: Kathleen Wendt notifications@github.com Reply-To: SmogDr/edar_coursebook reply@reply.github.com Date: Friday, September 18, 2020 at 1:12 PM To: SmogDr/edar_coursebook edar_coursebook@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [SmogDr/edar_coursebook] Exercises: Chapter 5 (eda1) (#6)

Recreate this plothttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frkabacoff.github.io%2Fdatavis%2FCustomizing.html%23pre-packaged-themes&data=02%7C01%7Cjohn.volckens%40colostate.edu%7Cf644575db4814c3e0a3b08d85c06b6e7%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637360531249338743&sdata=wKVlQ5VgXw%2BL%2BhAfelEAciPsS9A%2BQ8y7u%2FYCvJrSTpE%3D&reserved=0?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FSmogDr%2Fedar_coursebook%2Fissues%2F6%23issuecomment-695039563&data=02%7C01%7Cjohn.volckens%40colostate.edu%7Cf644575db4814c3e0a3b08d85c06b6e7%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637360531249338743&sdata=2itLmUSzLHekrW5qAMkCSTXT%2BzdP2v%2BDrnLcQcK4TYc%3D&reserved=0, or unsubscribehttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAOKS4TDUEBYV4OHTVYDWQD3SGOWH3ANCNFSM4OX6WXUQ&data=02%7C01%7Cjohn.volckens%40colostate.edu%7Cf644575db4814c3e0a3b08d85c06b6e7%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637360531249348732&sdata=N9%2FFfbAdoXXsdsHIkdWoTJ5jE4ePe4AxqRoOvauXo1Q%3D&reserved=0.

wendtke commented 4 years ago

Recreate this plot?

Consider for Chapter 7