I am working on a panel data with a data structure like (I have some other variables but I am only pasting key variables):
clear
input
int ID int wave int delivery int budget int type int concern
1 1 1 1 1 3
1 2 3 1 1 4
1 3 4 1 1 5
2 1 2 3 2 3
3 1 4 2 1 4
3 3 5 2 1 5
5 1 3 1 2 3
5 2 4 1 2 5
10 1 3 3 3 3
10 2 4 3 3 4
10 3 5 3 3 5
Type variable is type of organization such as religious, arts, education, coded from 1-5. I looked at sample weights and I am aware of the population size for my sample. For instance, a religious organization's inverse probability weight is 15.70. I am interested in adjusting my sample to the population using weights. I am not able to figure out how to do so. I would really appreciate any help or the right source to get started.
Related Posts with pweights in panel data to adjust for population
OLS interpretationHi everyone, I am trying just to see the impact of "policy" on the cost of KW ("cost_kw"). I would n…
tabout three ways tableDear Statlisters: I am trying to do a table that shows the proportions/percentages of ppl who answe…
export specific regression table outputs to excelI am trying to export specific regression table outputs to excel. Some "meta info" is easy, (for exa…
Linear model with change as dependent variablehello, I would like to investigate whether sectors that invest relatively more in computer capital …
How to interpret a VECM?Hi everyone! I'm a postgraduate student and I 'm investigating the causlity among enegy prces and e…
Subscribe to:
Post Comments (Atom)
0 Response to pweights in panel data to adjust for population
Post a Comment