Hello,

I'm currently analyzing my survey data for my master thesis and my advisor suggested to do a one-sided t-test. However, I'm not quite sure if I can really do this or if I should use a test of proportion or a binominal probability test?

I had questions with three options (only one could be chosen). Let's say A, B, C. I generated a new variable in Stata, called x. For each subject, let x=0 if he/she answered C. Furthermore, let x=1 if the subject answered A or B. Thus, x is a binary variable, with the mean x_m telling us how many percentage of subjects in the sample did not choose C.

He then said: "Now, we would like to test whether the population mean of x (say, mu_x) is larger than 0.5 (50%). By construction of x, we can employ a one-sided t-test for this (Note that x satisfy the distributional assumptions; if we could keep drawing samples from the population, then x_m would follow a normal distribution with mean mu_x). Thus, you can simply employ a t-test to test whether the mean is significantly larger than 0.5."

Can I really use a one-sided t-test here? How is this data normally distributed?

I'm not sure about the non-parametric options that I could use instead...

What I have found was a one-sample test of proportion. In stata I would then type "prtest x == .5". Another option would be the binominal probability test "bitest x == .5".

I'm quite new to these statistical tests and have never done it. Thank you so much for any help!!

More Clara Sch.'s questions See All
Similar questions and discussions