Hello,
I would like to find the continuous variables interaction plot using -margins- and -marginsplot- command.
(p25) specifies the 25th quantile observation of a variable. (p75) specifies the 75th quantile observation of a variable.
Should I do something like
margins, at(X=((p25) (p75)) Y=((p25) (p75)))
What I did is just find the p25 and p75 value of X, Y variable respectively. And put them in the margins, at(X = (0.25 0.75) Y=(0.25 0.75))
Do I do it right? Is there any other way to do this?
I would like to find the continuous variables interaction plot using -margins- and -marginsplot- command.
(p25) specifies the 25th quantile observation of a variable. (p75) specifies the 75th quantile observation of a variable.
Should I do something like
margins, at(X=((p25) (p75)) Y=((p25) (p75)))
What I did is just find the p25 and p75 value of X, Y variable respectively. And put them in the margins, at(X = (0.25 0.75) Y=(0.25 0.75))
Do I do it right? Is there any other way to do this?
Comment