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!
Related Posts with T-tests and dummy variables
Oaxaca Blinder Decomposition InsignificantHello, I have the results of oaxaca blinder decomposition like this. Code: Blinder-Oaxaca decomposi…
issue of number of instruments in xtdpdsysHello everyone. I have an unbalanced panel for 105 countries with 15 years time period. have run the…
Not Stata Format When Merging FilesHello, I am relatively new to Stata and I am trying to merge two datasets. During this process, I ke…
Fisher-type test for unit rootHi, I run a panel model using PCSE. Before that, I want to check for stationarity. My panel data is …
distance between two addresses (with latitude and longitude)Dear all, I ask this question for someone else (here in Chinese), The data is Code: * Example gener…
Subscribe to:
Post Comments (Atom)
0 Response to T-tests and dummy variables
Post a Comment