Metadata-Version: 2.4
Name: pystatsclinical
Version: 0.1.0
Summary: Clinical-trial and clinical-research statistical computing for Python
Project-URL: Homepage, https://sgcx.org/technology/pystatsclinical/
Project-URL: Documentation, https://sgcx.org/docs/pystatsclinical/
Project-URL: Repository, https://github.com/sgcx-org/pystatsclinical
Project-URL: Issues, https://github.com/sgcx-org/pystatsclinical/issues
Author-email: Hai-Shuo <contact@sgcx.org>
License-Expression: MIT
License-File: LICENSE
Keywords: biostatistics,clinical-research,clinical-trials,epidemiology,statistics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=1.24
Requires-Dist: scipy>=1.10
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Description-Content-Type: text/markdown

# PyStatsClinical

**Clinical-trial and clinical-research statistical computing for Python.**

> **Status: early / reserved (`0.0.1`).** This package reserves the
> `pystatsclinical` name within the **PyStatistics open-core ecosystem** and will
> grow into a full clinical-research statistics library. The public API is
> forthcoming.

PyStatsClinical is part of the open-core PyStatistics family:

| Package | Layer |
|---|---|
| [`pystatistics`](https://github.com/sgcx-org/pystatistics) | Fundamental, general statistics |
| [`pystatsbio`](https://github.com/sgcx-org/pystatsbio) | Biotech / pharma statistics |
| **`pystatsclinical`** | Clinical-trial / clinical-research statistics |

Like its siblings, it builds on `pystatistics` for the general statistical layer
and adds methods specific to clinical research.

## Planned scope (candidates, not commitments)

- Treatment-effect readouts from a 2×2: number-needed-to-treat (NNT),
  absolute/relative risk reduction.
- Responder analysis: responder rate with confidence interval at a clinical
  threshold.
- Clinical-trial missing-data helpers (e.g. LOCF / BOCF imputation).

## Installation

```bash
pip install pystatsclinical
```

## License

MIT © Hai-Shuo. Part of the [SGCX](https://sgcx.org) open-core ecosystem.
