Open stephschneider opened 3 years ago
In my tidied data, the intercept and slope are:
intercept <- as.numeric(tidied[1,4]) slope <- as.numeric(tidied[2,4])
NOT
intercept <- as.numeric(tidied[1,5]) slope <- as.numeric(tidied[2,5])
(I think that's the error on the intercept/slope)
In my tidied data, the intercept and slope are:
NOT
(I think that's the error on the intercept/slope)