Multiple Regression Analysis
Statistics • Multiple Regression
Frequently Asked Questions
How should I format my data for the Multiple Regression Analysis calculator?
Use a table where the first row contains column names and each following row is an observation. Paste it as CSV/TSV or upload a CSV, then run column detection and select one response (y) plus one or more numeric predictors.
What does "Include intercept" mean in multiple regression?
Including an intercept estimates a constant term so the model can fit a baseline value when predictors are zero. Turning it off forces the regression through the origin, which is only appropriate when theory or measurement design justifies it.
What is the difference between a confidence interval and a prediction interval?
A confidence interval estimates the mean response at the chosen predictor values, while a prediction interval estimates the range for a new individual observation. Prediction intervals are typically wider because they include both model uncertainty and individual variability.
How are standardized coefficients (beta star) computed and why use them?
Standardized coefficients rescale effects to comparable units, using beta star for a predictor as b_j multiplied by (s_xj / s_y). They help compare the relative strength of predictors measured on different scales.
Why does the 3D view only appear sometimes?
The 3D plot is shown only when exactly two predictors are selected, because a plane can be visualized in three dimensions with two x-axes and one y-axis. With more than two predictors, the fitted relationship cannot be displayed as a single 3D surface.