Tags: statistics + r (77)

Sort by: Date / Title / URL

  1. "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."
    2017-02-20 to , , , , by mako - Archived Link
  2. ggplot2 in Python. Awesome.
  3. Listing of classic R datasets used in various packages
    updated: 2013-01-29, original: 2013-01-29 to , , , , by aarondshaw - Archived Link
  4. Proprietary R with a bunch of go-fast stuff for big data.
  5. OK. That is incredible.
  6. 2012-08-27 to , by mika - Archived Link
  7. Markdown package for the R statistical software environment. Handy for publishing R code (e.g. to Rpubs) and for integrating latex, comments and other text more seamlessly into code.
  8. Wow. Cool looking.
  9. 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.
  10. An example of R code that tests for a mediation relationship.
  11. A somewhat hard-to-find-but-useful set of ggplot2 examples buried on Hadley Wickham's site.
  12. A bunch of R code to fit your power law distributions.
  13. updated: 2012-04-04, original: 2011-10-16 to , , , , , , by mako - Archived Link
  14. Another cool looking tool from The King.
  15. Presentation on how to use MapR.
  16. I'm a huge fan of data.table and I've used it a ton in my own work in the last year.
  17. 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.
  18. 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.
  19. OK. That's pretty cool.
  20. It's exactly what it sounds like. Good? Slightly horrifying?
  21. 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
  22. A new R module that lets you keep your data on disk.
  23. Lots of good advice on how to manage your R project.
  24. The description of fitting coxph to time dependent data here seems to be better than any I've found yet.
  25. I think this would be pretty easy to do with gpplot2, but Portfolio looks like its worth checking out too.

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