Just a brief update on my activities 11 days before the R package GillespieSSA is to be released. I have been hacking away on the code, debugging, and running test simulations like there is no tomorrow. The last SSA implementation … Continue reading 
Just a brief update on my activities 11 days before the R package GillespieSSA is to be released. I have been hacking away on the code, debugging, and running test simulations like there is no tomorrow. The last SSA implementation … Continue reading 
This is a small function Venables and Ripley provide in their MASS book. You don't need it anymore because vcov() has a method for the glm class. However, it is useful to see how to extract bits from a fitted model object.
vcov.glm #return the variance-covariance matrix of a glm object
#from p. 188 in Venables and Ripley....
This is a small function Venables and Ripley provide in their MASS book. You don't need it anymore because vcov() has a method for the glm class. However, it is useful to see how to extract bits from a fitted model object.
vcov.glm #return the variance-covariance matrix of a glm object
#from p. 188 in Venables and Ripley....
Sometimes it is helpful to see the plots created from the example files within R libraries. Of course you can paste them directly into R, but this web page allows you to view the images within the context of the help files:R Graphical ManualsAlso, chec...
Sometimes it is helpful to see the plots created from the example files within R libraries. Of course you can paste them directly into R, but this web page allows you to view the images within the context of the help files:R Graphical ManualsAlso, chec...
Here’s my submitted abstract for the poster I will be presenting at the useR! 2007 meeting in August. GillespieSSA: A stochastic simulation package for R Mario Pineda-Krch Center for Animal Disease Modeling and Surveillance University of California, Davis Abstract Stochastic … Continue reading →![]()
I just came across this bit of R trickiness when trying to improve the error messages for one of our packages. I tried adding a check at the C level for NA_REAL, but to no avail. The test failed even when I was certain that I was passing down a vector containing missing
I just came across this bit of R trickiness when trying to improve the error messages for one of our packages. I tried adding a check at the C level for NA_REAL, but to no avail. The test failed even when I was certain that I was passing down a vecto...
Finally took the leap and decided to go the ESA (Ecological Society of America) meeting despite it clashing with the useR! meeting. After checking out their smörgåsbord of a program there were simply too many yummy temptations, e.g. Alan Hastings … Continue reading →![]()