Here are some links for my poster presentation at ASTMH 2017:
Justin Millar is a doctoral candidate in Denis Valle’s lab at the University of Florida. His dissertation research is focused on developing novel models for understanding malaria epidemiology in order to promote data-driven decision making. Justin is also a co-manager of the UF R Meetups and a certified Software and Data Carpentry instructor.
M.Sc. in Biology, 2013
University of Mississippi
B.Sc. in Ecology and Evolution, 2011
Michigan State University
Here are some links for my poster presentation at ASTMH 2017:
Sample R code black:
library(ggplot2)
centre <- function(x, type, ...) {
switch(type,
mean = mean(x),
median = median(x),
trimmed = mean(x, trim = .1))
}
var <- NULL
Sample code block from testing syntax highlighting:
# hello world
you can write text [with links](http://example.com) inline or [link references][1].
* one _thing_ has *em*phasis
* two __things__ are **bold**
[1]: http://example.com
---
hello world
===========
<this_is inline="xml"></this_is>
> markdown is so cool
so are code segments
1. one thing (yeah!)
2. two thing `i can write code`, and `more` wipee!
This is a presentation that I gave at the UF R Meetups focused on getting started in R and RStudio. This was largely adapted R lesson from Data Carpentry.