sassoftware / saspy

A Python interface module to the SAS System. It works with Linux, Windows, and Mainframe SAS as well as with SAS in Viya.
https://sassoftware.github.io/saspy
Other
367 stars 149 forks source link

Update PROC FACTOR Implementation #524

Closed dmsenter89 closed 1 year ago

dmsenter89 commented 1 year ago

The existing PROC FACTOR implementation in SASPy included two incorrect statements while omitting part of the accepted syntax. This PR updates the function implementation to match the PROC's syntax as found in the documentation:

image

After making these changes, the STAT unit tests were run and passed as before.

tomweber-sas commented 1 year ago

awesome, thanks!