I have two continuous variables in a scatterplot, which do not behaviour linearly, but rather in a potenz/allometric fashion (y=a*x^b). In my case, I look at size and weight data (typical biological dataset).
The data look like this: Length(mm): 26...156 {81} Dry weight(mg): 11...254 {81}
Two questions:
- How do I add a power equation regression line using stat_smooth to my dataset?
- How can I test my dataset for significance of size on weight?
Thanks!
F