mako: programming + r (13)

Sort by: Date / Title / URL

  1. I'm a huge fan of data.table and I've used it a ton in my own work in the last year.
  2. Very cool.
  3. It's exactly what it sounds like. Good? Slightly horrifying?
  4. Awesome (and very short) section of debugging: 1. Be liberal with the use of print (or cat()) statements in your functions when debugging them! 2. traceback() # can see the sequence of function calls 3. options(error = dump.frames) debugger() # permits you to see the values of objects in the various nested environments of the function calls
  5. Hadley is amazing.
  6. Awesome tutorial with loads of examples, code samples, and graphs. Amazing resource.
  7. Nice sort of R thesaurus for other statistical software.

First / Previous / Next / Last / Page 1 of 1