Tags: r (118)

Sort by: Date / Title / URL

  1. 2012-10-30 to by mika - Archived Link
  2. Math and biostats are the shortest. History is the longest. Nobody is suprised.
  3. Wow. Cool looking.
  4. Has some decent functionality that I might be interested in some time, although I don't think I'm interested in it now.
  5. I've only read through the chapter on transformations but this seems likely a truly excellent resource. Gratis for personal use.
  6. The description of fitting coxph to time dependent data here seems to be better than any I've found yet.
  7. Combination example code for common things and tutorial.
  8. 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.
  9. 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.
  10. 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
  11. updated: 2012-04-04, original: 2011-10-16 to , , , , , , by mako - Archived Link
  12. 2015-11-06 to , by mika - Archived Link
  13. I think this would be pretty easy to do with gpplot2, but Portfolio looks like its worth checking out too.
  14. 2015-11-11 to by mika - Archived Link
  15. Another cool looking tool from The King.
  16. 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.
  17. Looks hot.
  18. Add NA where there are no values.
    2012-10-30 to by mika - Archived Link
  19. 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.
  20. 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
  21. 2009-02-10 to , , by mako - Archived Link
  22. Cute!
  23. names(coef(model))
    2013-04-11 to by mika - Archived Link
  24. How to delete rows under certain condigions
    2012-10-31 to by mika - Archived Link

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