Hello everyone,
Is there something analogous to
for weighted average?
(Also, I'm looking for something that would handle missing values in a reasonable manner. For example, if italy is missing, I would want to compute the weighted average of the other 4 countries.)
Is there something analogous to
Code:
egen average = rmean( netherlands belgium portugal france italy)
(Also, I'm looking for something that would handle missing values in a reasonable manner. For example, if italy is missing, I would want to compute the weighted average of the other 4 countries.)
Comment