|
### Summary of R vs SAS Comparison for Linear Regression {.unnumbered} |
|
|
|
To date the `lm` function in R and `proc reg` in sas have been found to 100% agree. |
|
|
|
See [R](https://psiaims.github.io/CAMIS/R/linear-regression.html) and [SAS](https://psiaims.github.io/CAMIS/SAS/linear-regression.html) for more detail. |
This needs expanding to look more like the template. Also given R, SAS, and Python all use the same dataset it is easy to add Python into the comparison as well
CAMIS/Comp/r-sas_linear-regression.qmd
Lines 5 to 9 in 9de996a
This needs expanding to look more like the template. Also given R, SAS, and Python all use the same dataset it is easy to add Python into the comparison as well