Brett Klamer

Home

Hello, this is the website of Brett Klamer. I’m an applied statistician and am interested in statistical programming, visualization, and modeling. I enjoy working with R and have developed a few packages. In my free time I enjoy reading, running, and nature.

You may contact me at the email address given by running this R code:

# Feel free to interpret visually
username <- "mail"
domain <- "brettklamer.com"
cat(c(username, domain), sep = "@")