Hey!
I'm using the pv prefix in order to correctly work with PIAAC data. So far all regression outputs make sense, but I don't know how to include interactions with plausible values.
For example I want to know if the returns to numeracy skills for women are different to those of men.
Here is the command without interaction term (lwage as the dependent and some independent variables as gender, age etc. are in the macro called "base"):
pv, pv(PVNUM*) jrr jk(1) weight(SPFWT0) rw(SPFWT1 - SPFWT80): regress lwage $base @pv [aw = @w]
Does anybody know how to deal with interactions with plausible values? Any idea would be highly appreciated!
I'm using the pv prefix in order to correctly work with PIAAC data. So far all regression outputs make sense, but I don't know how to include interactions with plausible values.
For example I want to know if the returns to numeracy skills for women are different to those of men.
Here is the command without interaction term (lwage as the dependent and some independent variables as gender, age etc. are in the macro called "base"):
pv, pv(PVNUM*) jrr jk(1) weight(SPFWT0) rw(SPFWT1 - SPFWT80): regress lwage $base @pv [aw = @w]
Does anybody know how to deal with interactions with plausible values? Any idea would be highly appreciated!
Comment