mako: r (72)

Sort by: Date / Title / URL

  1. A new R module that lets you keep your data on disk.
  2. I think this would be pretty easy to do with gpplot2, but Portfolio looks like its worth checking out too.
  3. 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
  4. Wow. Cool looking.
  5. The description of fitting coxph to time dependent data here seems to be better than any I've found yet.
  6. I'm a huge fan of data.table and I've used it a ton in my own work in the last year.
  7. 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.
  8. 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 , , , - Archived Link
  9. updated: 2015-05-19, original: 2015-05-19 to , , , , , , , , , - Archived Link
  10. 2012-04-04 to , , , , , - Archived Link
  11. Presentation on how to use MapR.
  12. Hadley is amazing.
  13. 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.
  14. Proprietary R with a bunch of go-fast stuff for big data.
  15. Very cool.
  16. Emacs
  17. Has some decent functionality that I might be interested in some time, although I don't think I'm interested in it now.
  18. ggplot2 in Python. Awesome.
  19. Looks hot.
  20. OK. That's pretty cool.
  21. I can't believe I haven't been using this package.
  22. Math and biostats are the shortest. History is the longest. Nobody is suprised.
  23. I think I hate these.
  24. Combination example code for common things and tutorial.
  25. Lots of good advice on how to manage your R project.
  26. "R provides Type I sequential SS, not the default Type III marginal SS reported by SAS and SPSS. In a nonorthogonal design with more than one term on the right hand side of the equation order will matter (i.e., A+B and B+A will produce different results)! We will need use the drop1( ) function to produce the familiar Type III results."
  27. Cute!

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