Skip to content

Commit

Permalink
fix typo in input args.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jun 7, 2024
1 parent fc062da commit 9d21c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tableone.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@
"# display minimum and maximum for listed variables\n",
"min_max = ['Height']\n",
"\n",
"table2 = TableOne(data, columns=columns, categorical=categorical, continuous=categorical,\n",
"table2 = TableOne(data, columns=columns, categorical=categorical, continuous=continuous,\n",
" groupby=groupby, nonnormal=nonnormal, rename=labels, label_suffix=True,\n",
" decimals=decimals, limit=limit, min_max=min_max)\n",
"\n",
Expand Down Expand Up @@ -3189,7 +3189,7 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -3203,7 +3203,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 9d21c8e

Please sign in to comment.