I am still trying to figure out how one can appropriately interpret p-values, and I am running into a bit of an issue with some of the data that I just finished analyzing.
I have two types of plots in a common garden:
- Pure plots that only contains plant subspecies A or subspecies B
- Mixed plots that contain various other species of plant, including the above two
I have just analyzed the seed set data for each of these plot types and have obtained the following results:
NULL HYPOTHESIS: There is no significant difference in seed set between subspecies
Pure Plots: $p = 0.07$
Mixed Plots: $p = 0.14$
I know that I fail to reject the null hypothesis, in either case, but is it possible to say that there is a stronger trend toward significance in the pure plots versus mixed plots? In this case, subspecies B produces more seeds in both cases.
I can provide more information if I need to.