Tags: r (118)

Sort by: Date / Title / URL

  1. Wow. Cool looking.
  2. Includes a pretty interesting discussion of dealing with overdispersion in mixed-effects models (e.g., count models) by using individual-level fixed effects. It also includes a whole series of citations.
  3. An example of R code that tests for a mediation relationship.
  4. 2012-04-04 to , , , , , by mako - Archived Link
  5. A somewhat hard-to-find-but-useful set of ggplot2 examples buried on Hadley Wickham's site.
  6. Cute way of creating web visualizations in R that don't work in my new NoScript-enabled browser.
  7. A bunch of R code to fit your power law distributions.
  8. updated: 2012-04-04, original: 2011-10-16 to , , , , , , by mako - Archived Link
  9. Another cool looking tool from The King.
  10. I can't believe I haven't been using this package.
  11. Presentation on how to use MapR.
  12. I'm a huge fan of data.table and I've used it a ton in my own work in the last year.
  13. Very cool.
  14. There should be a better way of finding your R package than searching though a page of short descriptions of all 2800 package.s But there isn't.
  15. Answer: When considering which class to use, always choose the least complex class that will support the application. That is, use Date if possible, otherwise use chron and otherwise use the POSIX classes.
  16. OK. That's pretty cool.
  17. It's exactly what it sounds like. Good? Slightly horrifying?
  18. 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
  19. Emacs
  20. A new R module that lets you keep your data on disk.
  21. Lots of good advice on how to manage your R project.
  22. The description of fitting coxph to time dependent data here seems to be better than any I've found yet.
  23. I think this would be pretty easy to do with gpplot2, but Portfolio looks like its worth checking out too.
  24. Has some decent functionality that I might be interested in some time, although I don't think I'm interested in it now.
  25. Hadley is amazing.
  26. Cute!

First / Previous / Next / Last / Page 2 of 3