Skip to content

Instantly share code, notes, and snippets.

@drj11
Last active March 10, 2016 15:26
Show Gist options
  • Save drj11/f8b5353610789e1f8f36 to your computer and use it in GitHub Desktop.
Save drj11/f8b5353610789e1f8f36 to your computer and use it in GitHub Desktop.
R code cafe notes

no-one is using the etherpad.

by 1745 (15 minutes in) some people had made a plot, most people downloading and installing.

by 1800 (30 minutes in), many people have a plot.

installing on arch and gentoo is hard (arch user gave up installing Rstudio and used command line; gentoo user had to use VNC!). Installing on Ubuntu was hard too.

Someone asked "what does pch=1 do?" (in the call to legend)

On Windows, setting the language to Greek means the Rstudio installer has all the wrong characters. much emojibake. seems to work though!

Wifi. one person found it unreliable. Didn't seem particularly fast for anyone.

If using a version of R < 3.2 then the mirrors don't generally carry packages for older versions. So you're SOL.

When specifically asking people for verbal feedback the general responses were that it was helpful, friendly, nice format. Many people wanted more (quite a few without prompting asked if it was running next week at the same time). When specifically asked what did people want more of the responses were: more R (twice); pandas; iceberg; SPSS; bring-our-own-data.

We should've made a guest list and ticked people off (if only to get accurate numbers)

@willfurnass
Copy link

Q: What are integers shown when do str(dataset$someFactor? A: when a categorical variable is encoded as a factor then each of the valid values that the factor can take is mapped to an integer and only this integer is stored per observation (partly for efficiency reasons).

We should revisit factors in a later session and aim to cover things like setting factor levels, factor ordering and converting factors to numeric or character vectors.

@drj11
Copy link
Author

drj11 commented Mar 10, 2016

I liked the fact that the materials were on github (using it as a publishing platform, essentially), and no ones seemed to notice or care.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment