Content Disclaimer
Copyright @2020.
All Rights Reserved.

StatsToDo: Curve Fitting (Polynomial)

Links : Home Index (Subjects) Contact StatsToDo


MacroPlot Resources
Explanations Javascript Program
Data

Data Entry: Data is a table with 2 columns
  - Each row a data point
  - Col 1 is the x or independent variable
  - Col 2 is the y or dependent variable

Two power parameters for the polynomial fit are provided
  one for the mean, the other for Standard Error
  Note: Power >3 seldom needed for bio-social data

Power for curve fit of mean
Power for curve fit of SE
Percentage Confidence Interval

MacroPlot Code

R Code