Hi, absolutely newbie here. I've got a .csv with several columns, one of them is gender (labeled with 1 for female, 2 for male, both genders in the same column) and another column is willigness to pay (labeled from 1 to 5 based on a WTP range).
I want to know if there are some significant differences between female's WTP and male's WTP, but have no idea about how can I do it.
I already tried several features as "subset" and "which" to select WTP that corresponds to females and WTP that corresponds to males, so I could compare them, but nothing worked (guess I may be doing something wrong).
Any ideas? Thanks!