2007

Things overheard at the useR! meeting

August 11, 2007 | Mario Pineda-Krch

Here are a few things I overheard at the useR! meeting. These comments and quotes do not necessarily represent my opinions (although many do) and since many of them were overheard in informal discussions and rants I will not name … Continue reading → [Read more...]

GillespieSSA poster

August 3, 2007 | Mario Pineda-Krch

Finished my poster for the useR! 2007 meeting. It is also posted on the GillespieSSA web page as part of the package documentation. Now, all I have to do is show it off in Ames next week…, oh, and I … Continue reading →
[Read more...]

Adaptive tau-leaping in SSA

July 26, 2007 | Mario Pineda-Krch

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 → [Read more...]

Variance-Covariance Matrix in glm

July 20, 2007 | Forester

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 ... [Read more...]

Visualizing Data

July 18, 2007 | Forester

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... [Read more...]

Abstract for useR! 2007 poster

July 15, 2007 | Mario Pineda-Krch

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 → [Read more...]

ESA 2007 – San Jose here I come!

July 12, 2007 | Mario Pineda-Krch

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 → [Read more...]

Working with ggplot, version 2

June 6, 2007 | vikasrawal

In my previous post on this issue, I had presented a code that made weighted boxplots and annotated them with boxplot statistics and the mean values. The problem with that code was that it printed these annotations right on the vertical axes of the boxplots. Also, a relatively minor problem ... [Read more...]

Documentation and tutorial roundup

June 4, 2007 | dataninja

I recently lost my documentation folder (oops), so I had to go online and retrieve the documentation files and tutorials that I find indispensible for working. I decided I’d save myself and everyone else the trouble by posting the list here. All of the files are available in PDF ... [Read more...]

Convert image to matrix in R

May 17, 2007 | Forester

This is how to use the Pixmap library to read in an image as a matrix.__ library(pixmap)# the next command may only work on Linux__ system("convert foo.tiff foo.ppm")__ img To get info on your new object: __ str(img)Although included in the previous output, the size ... [Read more...]
1 2 3 4

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)