Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Here is some technique. The use of the jeffreys option is just to flag that you have choices. Otherwise other choices are just that, choices.

    Code:
    preserve 
    
    statsby, by(info pref) clear : ci prop generous, jeffreys 
    
    list 
    
    scatter mean pref, msize(large) by(info, note("") legend(off)) || rcap ub lb pref , ytitle(Proportion generous and 95% confidence intervals) xla(0 1, valuelabel tlc(none)) xsc(r(-0.1 1.1)) xtitle("") name(G1, replace)
    
    twoway bar mean pref, barw(0.6) fcolor(stc1*0.2) by(info, note("") legend(off)) || rcap ub lb pref , ytitle(Proportion generous and 95% confidence intervals) xla(0 1, valuelabel tlc(none)) xsc(r(-0.1 1.1)) xtitle("") name(G2, replace)
    Click image for larger version

Name:	danae_G1.png
Views:	1
Size:	26.4 KB
ID:	1729572
    Click image for larger version

Name:	danae_G2.png
Views:	1
Size:	27.1 KB
ID:	1729573

    Comment


    • #17
      .

      Comment


      • #18
        Thank you so much. Really appreciated!

        Comment

        Working...
        X