how to
Dividend dummy is a variable set to one if the firm paid a dividend in the year, and set to 0 if it did not.
gen dummy = 1 if dividend > 0 and 0 if dividend ==.
give me wrong
Related Posts with how to gen variable with two value
Graphic layers /twoway): points and linesHello, I want to make a graph that puts lines ("ylines", "xlines") in front of the points produced …
Comparing coefficients across logit modelsHi all, I've developed a logit model to be applied to three different sets of cross-sectional data(t…
Change order of x-axis categories in marginsplotHello, After the combo margins-marginsplot, I would like to change the order of the categories of m…
Graph dot: General DoubtHello I want to make a comparative graph between the results that I have. There are four variables …
Loop to generate dummies indicating maximum values within each groupDear all, I am trying to generate a loop to create dummy variables for maximum values of a variable…
Subscribe to:
Post Comments (Atom)
0 Response to how to gen variable with two value
Post a Comment