ecdysis

Interface to pyprocessmacro


License
MIT
Install
pip install ecdysis==0.3.0

Documentation

ecdysis

Documentation Status

Interface to pyprocessmacro

Features

  • Command-line interface
  • Handle loading data from common formats (csv, tsv, xlsx, sav, ...)
  • Convenience function for examining data
  • Save output in familiar PROCESS text format
  • Supports most or all pyprocessmacro options

Examples

$ ecdysis -h
...
$ ecdysis -i data.csv --summarize
...
$ ecdysis -i data.csv -X xvar -M mvar -Y yvar -o results.txt
...

Limitations

  • Relies on pandect which relies on pyreadstat, which has issues with reading dta (Stata) format files
  • Expects variables to be numeric

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.