Dear StataList Members,
I am trying to estimate the household composition for female children in their duration of breastfeeding.
Bfduration2 ---> continous variable that indicates the number of months that children receive breastmilk.
Female --> 1=female, 0=male
Total --> Total number of "older" siblings (it is a continous variable and indicates the child's older number of brothers/sisters)
Male Fraction --> It is the fraction of "older" male siblings.
Ideal Distance ---> It is a measurement variable taking discrete values between -14 and +12. It basically measures the distance between mother's ideal family size.
Here is my code to estimate the shown model.
reg bfduration2 i.female total malefraction ideal_distance c.ideal_distance#i.female c.malefraction#i.female c.total#i.female i.child_birth_year i.child_birth_month [aw=V005] if age_months>=36 & survey_year!=2018, vce(robust)
I do not know how to interpret those.
For example, I try for female, total, and female*total. Are the below-mentioned intrepretations true?
1) The duration of breastfeeding is 2.61 months less than males. (this is for female coef)
2) One additional increase in the total number of older siblings extends breastfeeding duration by 1.59 months for male children (for total coef)
3) One additional increase in the total number of female older sibling has no effect on breastfeeding duration for females (for female*total coef). (For this, I am mistaken I guess)
Can you please correct me in a precise manner? Thank you very much in advance.
Array
Related Posts with Interpretation of interaction terms in OLS
Multiple hypothesis testingHello Users, I am a new user of the stata software. I am analysing the usage of maternal care serv…
replacing observations within groupsHello everyone, I have a dataset where I have several text_rules belonging to text types inside dif…
Help needed: Automate extracting of dataHi all, I am using Stata 16 and I need some help in automating the process of extracting data. I am…
Drop command to remove rows "0 observations deleted"I have been trying to drop a number of rows in my dataset, but for some reason, they still remain ev…
comparing sample medians at three time pointsHi, I would like to compare median z scores for weight at birth versus one month of age versus one y…
Subscribe to:
Post Comments (Atom)
0 Response to Interpretation of interaction terms in OLS
Post a Comment