Hi
I am new to Julia. I do not see how to get the R^2 of a linear regression using DataFrames and GLM. I can get the sum of squares of the errors (so I am almost there), but not the R^2.
Is there a way of getting form the output of the regression the R^2, or at least the variance of the LHS variable?
Sorry if this is a silly question.
Thanks!