Announcement

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

  • Block Code

    Code:
    postclose `file_handle'
    use `tmpfil0', clear
    
    graph twoway line density theta, lcolor(black) ///
        ytitle({it:ln} Posterior Density) ylabel( , angle(horizontal) nogrid) ///
        xtitle({&theta}) ///
        title(With a Jeffreys Prior, ring(0) position(11) size(*0.8))

  • #2
    +----------------------------------------------------------------------------------------------------------------------------------+

    Comment

    Working...
    X