I'm not very good with technical details or equations in stats as I'm quite new to running these in R. So I hope that you won't mind me asking these perhaps simple questions and also I would appreciate if someone could attempt to reply in layman terms.
What part of the model output can I use, which denotes the % of variance explained in the model? Is it $R^2$? i.e. if I have $R^2$ or $r$ (for regression and correlation tests respectively) = 0.65, does this mean that my model explains 65% of the variance? How can I do this with mixed models (e.g. lmer()
)? I've tried to find ways to calculate $R^2$ for lmer()
but found much discussion on the topic, without a clearcut way, other than 'not necessary as not too reliable'. Hence, I will simply report the results of the model without the $R^2$ but rather with the likelihood ratio test results.
Does this lack of $R^2$ for lmer
then mean that there's no way for me to say how much variance is explained by my model? Or is this something that the random effect coefficients represent and if not then how can you interpret them or what kind of statement would you write regarding your random effects coefficients?