User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 20: Line 20:
<syntaxhighlight lang="rsplus">
<syntaxhighlight lang="rsplus">
library(MASS)
library(MASS)
x <- rnorm(100)
</syntaxhighlight>
</syntaxhighlight>



Revision as of 22:34, 22 April 2012

Current Position

I work as a statistical bioinformatician for the CSIRO division of Mathematics, Informatics and Statistics.

I don't maintain an active presence at OWW. The best place to find me is my blog or Twitter.

Publications

I try to keep this list up to date. You can also experience the horror of my ResearcherID page or my Google Scholar citations.

Useful links

Testing

Ruby <syntaxhighlight lang="ruby"> require "bio" </syntaxhighlight>

R <syntaxhighlight lang="rsplus"> library(MASS) x <- rnorm(100) </syntaxhighlight>