0

My data are responses to the development of sporophytes to a certain treatment. Per treatment, there are 5 replicates.

Showing rows and columns for the start, values are present

The data goes on like above until B-HN-18-5 (Bodø, high nutrient, 18C, replicate 5)for the temperature 4, 8, 12, and 18. However, I am only using sporophytes per cm2 and the treatment columns.

My response variable is how many sporophytes developed but I want to examine if the relationship between the treatment and the response is significant or not in R.

I typed:

Anova1 <- aov(sporophytes.cm2~Treatment, SelectData1)
summary(Anova1)

my results did not show the F Statistics and p-value of the response:

summary(Anova1)
            Df Sum Sq Mean Sq
Treatment   39   1531   39.25

How can I obtain these?

benson23
  • 16,369
  • 9
  • 19
  • 38
  • 2
    Hi, could you provide us a minimal example of your data ? https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example – Gowachin Apr 21 '21 at 17:24
  • Yes, certainly! Thanks for the reply, can you see some of the data now? I am new to stack overflow, so my experience is not the best. – Hjalmar Ruud Apr 22 '21 at 21:57
  • Please post your data as **text** rather than as a screenshot; it's much more convenient and accessible that way. – Ben Bolker Apr 22 '21 at 22:54

0 Answers0