You just want to read the paper?

You can read, download, and provide feedback on the paper, which describes why and how we developed the MLSN guidelines, at PeerJ Preprints. We will submit it for peer review sometime. We are sharing what we have done so far and are looking forward to your feedback.

Do you want to cite this? Preprints are citeable.

Woods MS, Stowell LJ, Gelernter WD. (2016) Minimum soil nutrient guidelines for turfgrass developed from Mehlich 3 soil test results. PeerJ Preprints 4:e2144v1 https://doi.org/10.7287/peerj.preprints.2144v1

Would you like to see, study, or use the data?

The data we used for this project are in the data directory. These data are in the public domain with no copyright. Please use them for your own projects. We certainly intend to conduct more analyses of these data in the future, and to use them as a reference dataset.

With this Shiny application you can compare your data with the MLSN dataset

In the paper, we described the sustainability index (SI) as a way to compare any Mehlich 3 soil test result with the MLSN data. This Shiny application calculates the SI based on user input soil test data.

Calculation of the guidelines

Inspect the mlsn_manuscript.Rnw file and the r folder to see the functions and scripts that generate the guidelines.

This paper is reproducible

This paper is completely reproducible. For more about reproducibility, the Simply Statistics blog has an excellent post on the real reason reproducible research is important. If you care about this, you'll want to read the whole post. Here's an excerpt, and it is what we have tried to do here:

Now, just to be clear, when I use the word “reproducibility” or say that a study is reproducible, I do not mean “independent verification” as in a separate investigator conducted an independent study and came to the same conclusion as the original study (that is what I refer to as “replication”). By using the word reproducible, I mean that the original data (and original computer code) can be analyzed (by an independent investigator) to obtain the same results of the original study. In essence, it is the notion that the data analysis can be successfully repeated. Reproducibility is particularly important in large computational studies where the data analysis can often play an outsized role in supporting the ultimate conclusions.

Many people seem to conflate the ideas of reproducible and correctness, but they are not the same thing. One must always remember that a study can be reproducible and still be wrong. By “wrong”, I mean that the conclusion or claim can be wrong. If I claim that X causes Y (think “sugar causes cancer”), my data analysis might be reproducible, but my claim might ultimately be incorrect for a variety of reasons. If my claim has any value, then others will attempt to replicate it and the correctness of the claim will be determined by whether others come to similar conclusions.

Then why is reproducibility so important? Reproducibility is important because it is the only thing that an investigator can guarantee about a study.