- Fit a Model to Your Data: Use functions like fit to fit a curve or surface to your data.
- Evaluate the Fit: Use the goodnessOfFit function or access properties of the fitted model object to obtain R-squared, adjusted R-squared, RMSE, and SSE.
- Visualize the Fit: Utilize plotting functions to create visualizations that can help in assessing the fit.
- Plot of Residual
- Fit Plot
- Prediction Bounds