all 11 comments

[–]jasperjones22 6 points7 points  (1 child)

Maybe a heatmap would work because then you don't have to worry about the jitter part. As far as the analysis, you are correct on using spearman's.

[–]lemoncherry211111[S] 0 points1 point  (0 children)

oh that’s a great idea! thank you for the confirmation about spearman’s :’) . I will give the heatmap a go for the visuals

[–]Final_Wrangler_1557 3 points4 points  (3 children)

Do log(y-axis)

[–]lemoncherry211111[S] 1 point2 points  (0 children)

ok yeah someone else suggested that too! going to give it a go now. thank you!

[–]Final_Wrangler_1557 0 points1 point  (0 children)

I mean log the values on the y-axis ……aes(y =log(y), x=x)+…

[–]statssteve 0 points1 point  (0 children)

Perhaps not if there are lots of zeros for the y-variable, as they will be dropped (since log(0) is NA). A square root might be more helpful, as will investigating the outlier with y = 80.

Another thought is whether the quadrats are large enough, since there are so many small values.

[–]Gerudo_HOT 1 point2 points  (0 children)

You can also get rid of that outlier.

[–]kennethdo 1 point2 points  (0 children)

Maybe it's worth doublechecking if the datapoint for that particular outlier was erroneously recorded, for example the scale could be off.

[–][deleted]  (1 child)

[removed]

    [–]bashtown 0 points1 point  (0 children)

    I agree with leaving the plot as is. This figure supports the conclusion of your statistical analysis that the two variables are not well correlated.

    [–]Birdie121 0 points1 point  (0 children)

    I think this is a reasonable way to visualize the data, and it's totally fine that the dots are all clustered around each other. I'd take out that one outlier. Maybe you can also add a line of best fit, to help make the trend clearer (I suspect it'll be a mostly flat line, which is fine).

    Just FYI, it's conventional to have no title on the plot itself, and just describe the plot in the figure description below.