I'm trying to create a Figure with 2 panels by combining 4 separate ciplot estimates into a single figure. My code is below. What I can't figure out is:
A) How to write my command file so that the categories (shown along the x-axis) are told in the .do fille to be 45 degrees (rather than the default horizontal which overlaps)
B) How to get ciplot to label the point estimate itself with the mean # (So for example if on variable outcome 1 the mean values on the outcome variable are .5, .8, .4. .7 it shows that number inside the ciplot by the dot
C) Is there a way to automate the labeling of each column so they are labeled panel A and panel B when I combine the graphs in the final command?
Here's my code
ciplot outcome1, by(group) ///
name (outcome1)
ciplot outcome2, by(group) ///
name (outcome2)
ciplot outcome3, by(group) ///
name (outcome3)
ciplot outcome4, by(group) ///
name (outcome4)
graph outcome1 outcome2 outcome3 outcome4
I've poked around the help page for ciplot and also looked for example figures but with the specific program ciplot I can't seem to find examples on point. Any links to examples would be helpful.
Related Posts with Looking for options on labelling ciplot
Getting precision weighted estimates using melogitHello Statausers, I have a two-level logit model where I have used group centered variables along w…
Balance Table and RandomizationHi, I am working with data of a random experiment. How ever, in my case of study, in a moment I lose…
How to interpret sigma_u (between subject) and sigma_e (within subject) in Fixed-effects modelDear all, I'm running a fixed-effects model and need help interpreting sigma_u (between subject) an…
Graphing a t-distributionI'd like to draw a t-distribution with mean 2, std deviation .2 and 14 degrees of freedom. Previous…
Running ANCOVA with model assumptions testing across multiple random samplesI would be most grateful if you could advise me on the availability of pre-existing code that will a…
Subscribe to:
Post Comments (Atom)
0 Response to Looking for options on labelling ciplot
Post a Comment