-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
CAMIS/Comp/r-sas_linear-regression.qmd
Lines 5 to 9 in 9de996a
| ### 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
Reactions are currently unavailable