R vs SAS Linear Regression
Summary of R vs SAS Comparison for Linear Regression
To date the lm
function in R and proc reg
in sas have been found to 100% agree.
Analysis | Supported in R | Supported in SAS | Results Match | Notes |
---|---|---|---|---|
Linear regression | Yes | Yes | Yes |