CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jotyme

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    3,002

    Re: plotting data in mschart

    The formula on that has a correct result of what we expect only the regression is not.
  2. Replies
    10
    Views
    3,002

    Re: plotting data in mschart

    i see.how about the regression?how to get the regression base on my inputs?
  3. Replies
    10
    Views
    3,002

    Re: plotting data in mschart

    I already try that before in excel on how to have a straight line if your input the ff.data.in excel it used a xy scatter graph to have a straight line but my problem in VB is if i used xy scatter...
  4. Replies
    10
    Views
    3,002

    Re: plotting data in mschart

    Here is the code to get the Slope/Y intercept and Regrssion
    and my inputs is on the first table in my screenshot
    For X = 0 To 4
    s0 = s0 + 1
    s1 = s1 + CONC2(X)
    s2 = s2 + (CONC2(X) * CONC2(X))
    t0...
  5. Replies
    10
    Views
    3,002

    Re: plotting data in mschart

    Hi dglliena

    I already change and nothing happen to my Regression result.(y=Mx-B) in my input which is x on that? Also my plot in graph is not straight from base on my screen shot.(pls. see...
  6. Replies
    10
    Views
    3,002

    plotting data in mschart

    Hi Everyone,

    Please help me how to get the perfect straight line in mschart.also to get the R2 of the the slope and y-intercept.here is my code.
    here is the number to input to test the code:
    ...
  7. Replies
    10
    Views
    12,478

    Re: Regression Line Calculation (SLOPE)

    Hi thanks for this code,but can you help me to get the regression..y=mx+b? what is the value of x? is it the iteration of data or the total absorbance? or conc? Please email me at...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured