I am designing a simple study where I ask participants a problem. Then I code the answers as either correct or incorrect. I have a prediction from the literature that the percentage of correct answers should be approximately 20%.
My thought is to define two expected distributions (20% correct as H1 or alternative hypothesis vs 50% correct as H0 or null hypothesis), then calculate chi-square goodness of fit statistics for each of the expected distribution.
My question is: Can I calculate p value under the two hypotheses (20% correct vs 50% correct), then use their ratio as a likelihood ratio measure? By the definition of likelihood ratio (p(x|H0) / p(x|H1)), it seems to make sense but I haven't been able to find an example in which ratios of two p values to be used as a likelihood ratio.
Is this approach reasonable? Or can you refer me to an alternative way to analyze this question?