The REG procedure provides the most general analysis capabilities for the linear regression model. However, many other procedures can fit linear regression models, and many procedures are specifically designed for more general regression problems, such as robust regression, generalized linear regression, nonlinear regression, nonparametric regression, regression modeling of survey data, regression modeling of survival data, and regression modeling of transformed variables.
Below are highlights of the capabilities of the SAS/STAT procedures that perform
regression analysis:
- univariate or multivariate linear least squares regression
- nine model-selection techniques including backwards, forwards, stepwise, and those based on R-squared
- diagnostics
- hypothesis tests
- partial regression leverage plots
- outputs predicted values and residuals
- graphics device plots
- finite mixture models
- response surface regression with estimation of factor levels for optimum response and ridge analysis
- multiple nonlinear least squares regression
- derivative-free
- steepest-descent, Newton, modified Gauss-Newton, Marquardt and DUD methods
- linear models with optimal nonlinear transformation
- high-accuracy regression by orthogonal transformations for ill-conditioned data
- smoothing splines
- multivariate adaptive regression splines
- maximum likelihood estimates of regression parameters for logit and probit models
- n:m conditional logistic regression
- robust regression and loess regression
- partial least squares
- generalized additive models
- Cox proportional hazards model
- parametric models for failure time data
- linear and nonlinear mixed models
- principal components regression
- penalized least squares
- quantile regression
- linear, logistic, and Cox proportional hazards regression for complex survey sample designs
Statistics and Operations Research Home Page | SAS/STAT Software