02 February 2019 11 1K Report

I have a dataset that contains values = "differences between two populations" = Y.

I want to know through ANOVA if the mean of Y ≠ 0.

Problem: The data are nested, so I have to used a mixed model (lmer, R) and wrap that into an ANOVA. But I do not know how to test for Y ≠ 0. T-test won't work with lmer.

Therefore my alternative: Could I test for the hypothesis also by using the "precursor"-values of Y (e.g. 1 minus 2 was for value -1) as predictors with Y as outcome var. in the lmer model and then use ANOVA with significant differences of variables interpreted as Y≠ 0?

Similar questions and discussions