Tags: r (118)

Sort by: Date / Title / URL

  1. 2015-03-01 to by mika - Archived Link
  2. A new R module that lets you keep your data on disk.
  3. Hadley Wickhams's GitHub page for his advanced R development courses. Includes useful material on advanced programming in R as well as package development.
  4. I think this would be pretty easy to do with gpplot2, but Portfolio looks like its worth checking out too.
  5. 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
  6. 2012-10-30 to by mika - Archived Link
  7. Wow. Cool looking.
  8. The description of fitting coxph to time dependent data here seems to be better than any I've found yet.
  9. I'm a huge fan of data.table and I've used it a ton in my own work in the last year.
  10. 2014-12-30 to by mika - Archived Link
  11. 2015-11-11 to by mika - Archived Link
  12. 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.
  13. Simple R package to format model objects in a regression table like the kind that everyone reporting models wil need to do. Nice start even if one wants to modify things after that. Based on PoliSci publications but looks pretty standard for other social sciences.
    2009-03-29 to , , , by mako - Archived Link
  14. updated: 2015-05-19, original: 2015-05-19 to , , , , , , , , , by mako - Archived Link
  15. 2012-04-04 to , , , , , by mako - Archived Link
  16. 2015-11-06 to , by mika - Archived Link
  17. Presentation on how to use MapR.
  18. Hadley is amazing.
  19. 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.
  20. Proprietary R with a bunch of go-fast stuff for big data.
  21. Very cool.
  22. Emacs
  23. names(coef(model))
    2013-04-11 to by mika - Archived Link
  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. ggplot2 in Python. Awesome.
  26. Looks hot.
  27. A somewhat hard-to-find-but-useful set of ggplot2 examples buried on Hadley Wickham's site.
  28. OK. That's pretty cool.

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