3
Good night,
I have two variables about insect growth: y- head width measurements(0.5,0.8,0.10,0.12,0.16) x- age at which they were measured (1,2,3,4,5)
I need to see if this growth fits an exponential growth. I need the values of the generated equation, of p and r 2, in addition to F (although F does not think it is possible, it is?).
I couldn’t find a way to do it in R.
Thank you
Bruna
Have you tried a logarithmic transformation of y and run a linear regression with
lm()
?– Bernardo
what is p, F is test F?
– Artur_Indio