Jump to content
Software FX Community

dary0114

Members
  • Posts

    1
  • Joined

  • Last visited

dary0114's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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...