Hello
I have a dataset, with observations that I want to analyze on (elderly care) unit level. However some of the observations are recorded on section level (for some reason I do not know), which is sub-unit level. I am now wondering if I can downweight these observations in a regression using aweight, where I create variable aw as my weighting variable. In the example below I have weighted the observations in unit 3 with a third since a unit that should be represented by one observation is instead represented by three. Does this make sense? Or should I simply aggregate up to unit level instead using means?
unit | section | aw=aweight
1 | 1 | 1
2 | 1 | 1
3 | 1 | 1/3
3 | 2 | 1/3
3 | 3 | 1/3
Thank you for your help!ing
I have a dataset, with observations that I want to analyze on (elderly care) unit level. However some of the observations are recorded on section level (for some reason I do not know), which is sub-unit level. I am now wondering if I can downweight these observations in a regression using aweight, where I create variable aw as my weighting variable. In the example below I have weighted the observations in unit 3 with a third since a unit that should be represented by one observation is instead represented by three. Does this make sense? Or should I simply aggregate up to unit level instead using means?
unit | section | aw=aweight
1 | 1 | 1
2 | 1 | 1
3 | 1 | 1/3
3 | 2 | 1/3
3 | 3 | 1/3
Thank you for your help!ing
Comment