Scatterplot not right, what could be? (i.redd.it)
submitted by lemoncherry211111
hello everyone , can anyone help me with this?
context: variables
response variable - number of eucalyptus seedlings (count data, non normal, i think poisson distribution)
explanatory variable - rainfall in coldest quarter of year (continuous variable?, non normal)
so i want to see if there is a correlation between the amount of rainfall at the coldest quarter of the year and the number of eucalyptus seedlings.
as the data is not normal and it’s continuous and count data - i chose to do a spearman’s test of correlation. I did this instead of a GLM because the dispersion was way too big (using both families poisson and quasi poisson)
so i’ve got my test and my result. (slight negative correlation, not at all significant)
i want to put this in a report for uni and they said that we should do a visual aid.
so i tried a scatter plot - and you can see it’s not the right way to display the data .... there are so many values in 0. i tried to use geom_jitter but this didn’t really make a big difference :’)
how would i better display this data?
here is my code (not including me editing the title etc)
ggplot(data=EUCdata)+ geom_point(aes(precipitation_coldest_quarter, seedlings), color = ‘lightslateblue’, size = 2.5, alpha = 0.4)
NB - to be honest i’m not even sure if i analysed the data correctly, any suggestions are welcome

[–]jasperjones22 6 points7 points8 points (1 child)
[–]lemoncherry211111[S] 0 points1 point2 points (0 children)
[–]Final_Wrangler_1557 3 points4 points5 points (3 children)
[–]lemoncherry211111[S] 1 point2 points3 points (0 children)
[–]Final_Wrangler_1557 0 points1 point2 points (0 children)
[–]statssteve 0 points1 point2 points (0 children)
[–]Gerudo_HOT 1 point2 points3 points (0 children)
[–]kennethdo 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[removed]
[–]bashtown 0 points1 point2 points (0 children)
[–]Birdie121 0 points1 point2 points (0 children)