Announcement

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

  • Issue with precision

    Hi,

    I would like to export rounded a model's discrimination value with 4 decimal points. Unfortunately, despite following William Lisowski 's code (https://www.statalist.org/forums/for...g-off-decimals), I am still at times exporting values with 15 decimal points (see code below)

    Code:
    lroc, nograph
    local lroc`i': display %5.4f `r(area)'
    estadd local lroc`i' = `lroc`i'': m`col'
    Thank you

  • #2
    Perhaps if you remove the unneeded "=" from the estadd command the problem will be avoided.

    Comment


    • #3
      It worked! Thank you William Lisowski

      Comment

      Working...
      X