Hello, I am facing a question regarding the collapse command in STATA and would be thankful for any clarification on this. On page 7of dcollapse.pdf, under "weights", it says, "Weight normalization affects only the sum, count, sd, semean, and sebinomial statistics.". Does this mean that if I use collapse to generate means, it will not matter if I use weights or not? For example, would the following two commands be equivalent?
collapse (mean) educ [pweights=x]
collapse (mean) educ
Thank you.
collapse (mean) educ [pweights=x]
collapse (mean) educ
Thank you.
Comment