In agronomy research, its very common to collect 10 plants from a single plot, take measurements on them, and average those measurements. The plot average is the value we run statistics on, whether that means building a regression or running an ANOVA. I've recently seen a lot of my fellow grad students averaging measurements by… Continue reading Averaging Plot Data in R
Tag: R
Project Files in RStudio
R is an excellent, if occasionally frustrating, tool. I'm assuming if you are an R user reading this post, you've already started using RStudio to improve your user experience. If not, go get RStudio here-- it color-codes your scripts, displays your objects and functions in the working environment, and has an integrated file browser. And… Continue reading Project Files in RStudio