I enjoy writing code to solve simple problems; this does not mean that I am
good at it, but only that I have fun while doing it. Although I have dabbled
using compiled languages (like C++ and Fortran-90 onwards) most of my coding
is based on scripting languages. These days I tend to use the most
R and Python.
R
- These days I publish most of my data analysis code in the Quantum Forest blog.
- Useful (to me) code snippets.
- I have a whole section on asreml-r, a highly flexible REML
(Residual Maximum Likelihood) package that works with multivariate,
longitudinal, spatial, etc. data.
Python
- Generating dynamic Google maps with Python.
- Publon a very simple Python HTML publication script.
- Driving ASReml from Python mostly for simulation work.
- Understanding the Monty Hall Problem using a simple simulation.
- Running a basic text analysis on Huckleberry Finn.
Processing
- A linear regression example (In progress).