SensitiveQuestions / list

R list package for analyzing list experiments, also known as the item count technique
GNU General Public License v3.0
7 stars 5 forks source link

Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), : data are essentially constant #19

Open ApinyaCHT opened 2 years ago

ApinyaCHT commented 2 years ago

Hello, I'm using test.value in "ictreg" for testing Design Effects. I got this error:

test.value.LC1.Yb1 <- ict.test(LC1$Yb, LC1$treat, J = 4, gms = TRUE) Error in t.test.default(y[treat == 1] <= j, y[treat == 0] <= (j - 1), : data are essentially constant

Would be much appreciated for further advices/suggestion to deal with the error. Kind regards, Apinya