Rogue Scholar Beiträge

language
Veröffentlicht in Jabberwocky Ecology

If you use R (and it seems like everybody does these days) then you should check out RStudio – an easy to install, cross-platform IDE for R. Basically it’s a seamless integration of all of the aspects of R (including scripts, the console, figures, help, etc.) into a single easy to use package. For those of you are familiar with Matlab, it’s a very similar interface. It’s not a full blown IDE yet (no debugger;

Veröffentlicht in Jabberwocky Ecology

I’ve been meaning to get around to posting about Stuart Hurlbert and Cecilia Lombardi’s recent paper (2009; Ann. Zool. Fennici 46: 311–349) on the use of p-values in drawing scientific conclusions… but thankfully Jarrett Byrnes over at i’m a chordata! urochordata! wrote such a great post about it that all I need to do is point you over to his place. Just so you know what you’re getting into, Hurlbert &

Veröffentlicht in Jabberwocky Ecology

I had an interesting conversation with someone the other day that made me think I needed one last frequency distribution post in order to avoid causing some people to not move forward with addressing interesting questions. As a quantitative ecologist I spent a fair amount of time trying to figure out the best way to do things. In other words, I often want to know what the best method is available for answering a particular question.

Veröffentlicht in Jabberwocky Ecology

This is a table of contents of sorts for five posts on the visualization, fitting, and comparison of frequency distributions. The goal of these posts is to expose ecologists to the ideas and language related to good statistical practices for addressing frequency distribution data. The focus is on simple distributions and likelihood methods.

Veröffentlicht in Jabberwocky Ecology

Summary Likelihood, likelihood, likelihood (and maybe some other complicated approaches), but definitely not r^2 values from fitting regressions to binned data. A bit more nitty gritty detail In addition to causing issues with parameter estimation, binning based methods are also inappropriate when trying to determine which distribution provides the best fit to empirical data.

Veröffentlicht in Jabberwocky Ecology

Summary Don’t bin you’re data and fit a regression. Don’t use the CDF and fit a regression. Use maximum likelihood or other statistically grounded approaches that can typically be looked up on Wikipedia. A bit more detail OK, so you’ve visualized your data and after playing around a bit you have an idea of what the basic functional form of the model is. Now you want to estimate the parameters.

Veröffentlicht in Jabberwocky Ecology

Beyond simple histograms there are two basic methods for visualizing frequency distributions. Kernel density estimation is basically a generalization of the idea behind histograms. The basic idea is to put an miniature distribution (e.g., a normal distribution) at the position of each individual data point and then add up those distributions to get an estimate of the frequency distribution.

Veröffentlicht in Jabberwocky Ecology

Well, I guess that grant season was a bit of an optimistic time to try to do a 4 part series on frequency distributions, but I’ve got a few minutes before heading off to an all day child birth class so I thought I’d see if I could squeeze in part 2. OK, so you have some data and you’d like to get a rough visual idea of its frequency distribution. What do you do know? There are 3 basic approaches that I’ve seen used: Histograms.

Veröffentlicht in Jabberwocky Ecology

Dealing with frequency distribution data is something that we as ecologists haven’t typically done in a very sophisticated way. This isn’t really our fault. Proper methods aren’t typically taught in undergraduate statistics courses or in the graduate level classes targeted at biologists.