cis-ds / course-site

Course site for Computing for Information Science (INFO 5940)
43 stars 41 forks source link

Penguins data updated #255

Closed YinsuH closed 3 years ago

YinsuH commented 4 years ago

This is my first attempt updating diamonds exercises with the penguins data. There are several problems though:

  1. I only edited the related Rmarkdown files in the note folder and didn't knit them. This is because I think according to the setting in Rmarkdown files, I would get html files in the folder instead of markdown files. Thus, I was wondering what is the correct thing I should do.

  2. In the reproducible-examples, there is an image required to display the HTML preview of reprex function. I wasn't sure if my updated code is appropriate, so I haven't incorporate it in my repo.

  3. In the iteration Rmarkdown file, unlike the alert note mentioned in the original file, though the categorical variables of penguins data are stored as factors, they cannot run through the iteration. As a result, I added a few lines of code to keep only the quantitative variables. I was wondering if there is a better way to approach this problem.

Above are the questions I currently have. I will continue checking the files in the next few days to see if there are typos and other problems.

Looking forward to your reply!