I have a continuous clock variable, with a cumulative count over time.
I want to plot the counts over time. I want the x-axis (time/clock) to bin by day of the month.
twoway scatter screen_cum screen_clock, xlabel(#23, format(%tcD))
But Stata insists on only displaying 19 daily bins on the x-axis. How can I force one per day?
I'm guessing it's doing something it thinks looks nice, and putting a tick every 1.15 days or something, in an arbitrary position within a day.
Ideally, I would have them binned with labels as in Dr. Cox's Stata Tip 55, but I think this is beyond me for now.
Thanks much!
Array
Related Posts with Bin by day on x-axis from clock
How to deal with circular causalityThis is a statistics question rather than a Stata question. But I figured I'd ask anyway, since the …
Regression with change relative to base yearHello! I am sorry if this topic came up before, I tried searching for answers but without luck. I ha…
Installing saeCan someone help with the instalation of sae. When I use the usual .SSC install...' I get the follow…
Error in finding host for ssc package downloadHi all, I'm currently working on my thesis with the Abadie-Imbens estimator and have been using Sta…
Choosing reference/base periods in panel data and normalizing the corresponding coefficient to zeroHi I am looking to do two things with a panel dataset (c350 firms and annual data from 2008 to 2016…
Subscribe to:
Post Comments (Atom)
0 Response to Bin by day on x-axis from clock
Post a Comment