Hi,
I’m trying to create a graph showing how many non-married individuals paid taxes each year and would love some help. A sample of the data is shown below.
Year Salary ID Taxpaid Married
2000 50 1 5 1
2001 150 1 15 1
2002 150 1 15 1
2003 100 1 10 1
2004 150 1 15 1
2000 0 2 0 0
2001 0 2 0 0
2002 10 2 1 0
2003 0 2 0 0
2004 10 2 1 0
2000 40 3 4 1
2001 45 3 4.5 1
2002 60 3 6 1
2003 0 3 0 1
2004 0 3 0 1
Thanks for all your help!
Related Posts with Graph that show number of specific variable observations
How are cut points calculate in ordered logistic regression?Is there a formula available for how Stata calculates the cut points in ordered logistic regression …
winsor or truncate variable into a dummy variableGreetings everyone, is there any way I can use stata to get variables are winsorized so that the la…
How can i plot estimates of 3 different models (and each model has multiple estimates for time observations)?Hi everyone. I'm running 3 foreach loops to estimate 3 different models (they share some coefficient…
Question about reghdfe commandDear all, I have a question about the command reghdfe(version 6). What is the difference between the…
Interacting with stata temporary variables within mata functionsI am attempting to pass a value within a mata function to a stata temporary variable in an ado file.…
Subscribe to:
Post Comments (Atom)
0 Response to Graph that show number of specific variable observations
Post a Comment