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
Ado fastcd: "command fastcd is unrecognized"Hello, I installed the fastcd ado (via search 'fastcd' and then install 'fastcd from http://fmwww.bc…
R (109) error codeHello all, apologies if this is a silly Q but I am a very newbie in Stata and just learning it! I …
Rolling yearly earningsHi all, I am working on a dataset consisting of quarterly company data with multiple companies over…
xtpmg error message when running on logged variablesDear Statalist users, I am running xtpmg on stata 16.0. Running it on my level variables doesn't po…
How to create new variables from date variables?Hi, I am working with a medicinal tests dataset. Three tests can be prescribed. The doctor can pres…
Subscribe to:
Post Comments (Atom)
0 Response to pweights in panel data to adjust for population
Post a Comment