Announcement

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

  • l lfitcic 95

    Hello everyone !!
    Please, I need to incorporate the IC 95 into this graph, and I can't get it; thank you very much; best regards.


    ava temps conectado bidireccional si grupos_ava_new==1, c(L) ms(i) ytitle(" ") color("242 183 153") ///
    || temps de ava conectados si grupos_ava_new==2, c(L) grupos(i) ytitle(" ") color("242 183 153") ///
    ||temps de ava conectados if_ava_new==3, c(L) ms( i) ytitle(" ") color("242 183 153") ///
    || line predinter temps if grupos_ava_new==1 , ytitle(" ") color(red) ///
    || line predinter temps if grupos_ava_new==2 , ytitle(" ") color(blue) ///
    || line predinter temps if grupos_ava_new==3 , ytitle(" ") color(green) ///
    ||, title (Evolución de la predicción con interacción ) xsc(range(0,100)) xlabel(0(10)100)
    ​​​​​​​

  • #2
    Do you mean the 95% confidence interval?

    I don't know the ava command, so could you tell more about that?
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      I'm sorry
      twoway connected ava temps if grupos_ava_new==1, c(L) ms(i) ytitle(" ") color("242 183 153") ///
      || connected ava temps if grupos_ava_new==2, c(L) ms(i) ytitle(" ") color("242 183 153") ///
      ||connected ava temps if grupos_ava_new==3, c(L) ms(i) ytitle(" ") color("242 183 153") ///
      || line predinter temps if grupos_ava_new==1 , ytitle(" ") color(red) ///
      || line predinter temps if grupos_ava_new==2 , ytitle(" ") color(blue) ///
      || line predinter temps if grupos_ava_new==3 , ytitle(" ") color(green) ///
      ||, title (Evolución de la predicción con interacción ) xsc(range(0,100)) xlabel(0(10)100)

      Comment


      • #4
        If what I want to put in the IC 95. Thank you very much!

        Comment


        • #5
          This is a minimal working example. -lfit- and -lfitci- are just two of the supported -twoway- graph type. See -help twoway- for details.

          Code:
          sysuse auto
          graph twoway lfitci price mpg || scatter price mpg

          Comment


          • #6
            Thank you, Leonard.
            I can't do it; it lets me put the IC 95 in the first line.

            twoway lfitci predinter temps || line predinter temps if grupos_ava_new==1, || line predinter temps if grupos_ava_new==2 , || line predinter temps if grupos_ava_new==3

            Comment

            Working...
            X