Hi!

I'm pretty new to Stata and statistical analyses in general, so sorry in advance if something I ask is really obvious!

I'm trying to use Stata to analyze whether there is any substantive difference between houses for which valuations are publicly provided and those where valuations are not available. The variables in my dataset are as follows:



Array

so far, I have just done summarize if v_yes == 0 and summarize if v_yes == 1. Now that I have the information on how the two subset data varies, I am not sure how to tell if the differences are substantive or not.

I'm also thinking of using a t-test to compare the different means but I'm not sure how to do that with the dummy variable v_yes. Also, having a mean for the other dummy variables AA, AB, AC, AD, etc. isn't particularly valuable but I don't know what commands I can use to compare what proportion of v_yes == 0 and v_yes == 1 were sold by each agent.

Please can you help me figure this out and let me know if you need any more information. Thank you in advance!