Stan

tidyverse

Miscellaneous R tips

  • How to print the source code for functions that don’t show it to you when you type their names. (tldr; showMethods(fun); getMethod(fun, c(x='class1', y='class2')))

Rstudio

  • Strongly recommended global configuration: Never save or restore .RData

General resources