← Back to Tools

STATISTICAL ANALYSIS

Multiple Linear Regression

Model one response variable using multiple predictors with coefficient diagnostics, ANOVA, VIF, residual diagnostics, ANOVA, and a standardized Study Report.

Required Data Structure

Use a CSV or pasted table where the first row contains column names and each following row contains numeric observations.

  • One response column (Y)
  • Two or more numeric predictor columns (X variables)
  • Rows with missing or nonnumeric selected values are ignored
Download Example CSV
StrengthTemperaturePressureFeedRate
48.2120425.1
49.5125435.0
50.1130445.2

Input Data

Hold Ctrl/Cmd to select multiple predictors.