Skip to content

Commit

Permalink
v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 2, 2024
1 parent 93429bb commit 3432027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@ Functions are grouped into:
- Data summary: `health.clinical`
- eCTD: `health.ectd`
- MedDRA: `health.emt`
- WhoDrug:
- ISO:
- General
- Data summary: `util.cdt`
- Graphs: `util.cdtg`
- System: `util.lsr`
- Standard:
- CDISC
- Library: `stdcd.api`
- WHO
- B3/C3
- CDISC:
- StatLab:
- Correlation: `statlab.corr`
- Reliability: `statlab.kappa`
- Sampling

## Table of Contents

Expand Down
1 change: 1 addition & 0 deletions docs/statlab_corr_tau.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ To use ``mtbp3.corr``:
.. code:: python
import numpy as np
from mtbp3.corr import CorrCalculator
size = 100
y1 = np.random.randint(1, size+1, size=size).tolist()
Expand Down

0 comments on commit 3432027

Please sign in to comment.