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

Add PROC MI to SASPy STAT #513

Closed dmsenter89 closed 1 year ago

dmsenter89 commented 1 year ago

I would like to be able to call the PROC MI procedure from within SASPy. The procedure allows for the analysis of missing data patterns and offers different imputation methods for dealing with missing data. This is a good fit for existing PROCs from the STAT package made available in SASPy.