Hi, I was wondering if you could help me to set the occupancy for the shaded CI area on my marginsplot. I have tried the following methods:
1. The occupancies were at 100%, colours correct:
Many thanks,
Liz
1. The occupancies were at 100%, colours correct:
marginsplot, ///2. The occupancies were at 100%, colours correct:
recast(line) recastci(rarea) ///
ci1opts(color("175 171 171"%50)) ///
ci1opts(color("87 188 140"%50))
marginsplot, ///3. The occupancies were at 50%, but the colours were incorrect (no longer specified colours, instead default):
recast(line) recastci(rarea) ///
ci1opts(color("175 171 171") color(%50)) ///
ci1opts(color("87 188 140") color(%50))
marginsplot, ///Apologies if this is trivial, but I can't seem to make it work!
recast(line) recastci(rarea) ///
ci1opts(color(%50) color("175 171 171")) ///
ci1opts(color(%50) color("87 188 140"))
Many thanks,
Liz
Comment