Skip to content

Commit

Permalink
groupby must be provided as a str, not list.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jun 4, 2024
1 parent 7582f42 commit e6c4ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ categorical = ['ICU', 'death']
5. Optionally, a categorical variable for stratification, a list of non-normal variables, and a dictionary of alternative labels:

```python
groupby = ['death']
groupby = 'death'
nonnormal = ['Age']
labels={'death': 'mortality'}
```
Expand Down

0 comments on commit e6c4ad6

Please sign in to comment.