Jump to content
Software FX Community

dary0114

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by dary0114

  1. Dears:

    Can I get ANOVA Test of polynomial regression in Statistics class?

    I use the following syntax painting polynomial regression.  But I don't know how to get anova test of full model. Can you help? Thanks. 

    ========================================= 

    Dim statistics3 As New ChartFX.WinForms.Statistical .Statistics

    Dim spr As Statistical.StudyPolynomialRegression = New Statistical.StudyPolynomialRegression()

      spr.Visible = True

      spr.Degree = 2

      statistics3.Studies.Add(spr)

     

     

×
×
  • Create New...