I want to calculate the marginal effects of my control variables after regressing my dependent variable Y, which is bounded between 0 and 1. The following is my regression:
- glm Y a b c d e f i.country, fa(b) link(logit) vce(robust) -, where a and b are dummy variables and c and d are interaction terms between the dummy variables and the variable e.
I am not sure if I should use:
- margins a b c d e f, - or - margins a b c d e f, dydx -
Can somebody please help me with this query?
Related Posts with Marginal Effects after running -glm- estimator
Problem with highly skewed independent variables and many zerosDear members, I have a binary dependent variable and want to estimate either a logistic regression …
computing skewness and kurtosis of a binary variable with two mutually exclusive optionsHi there, This is my first post on this forum. I am rather confused at a question I have been assign…
Excluding samplesHi all, I have a problem with bootstrap. In particular I have a variable containing a lot of zeros.…
Generating new variable using hospital codes of multiple diagnosisHello, I have a dataset with patient ids. Each patient is in the dataset multiple times and have mu…
Creating loop on date variableHello, My date variable (x11) is in the format:%td. I am trying to filter out a sub sample of my da…
Subscribe to:
Post Comments (Atom)
0 Response to Marginal Effects after running -glm- estimator
Post a Comment