Skip to content

Commit

Permalink
Merge pull request #247 from madgik/fix-KM-labelnames
Browse files Browse the repository at this point in the history
Update properties.json
  • Loading branch information
ThanKarab authored May 11, 2020
2 parents d008f9d + a629771 commit f4a55af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"parameters": [
{
"name": "y",
"label": "Target variable",
"label": "y",
"desc": "A single categorical variable whose values describe a binary event.",
"type": "column",
"columnValuesSQLType": "integer, text",
Expand All @@ -19,7 +19,7 @@
},
{
"name": "x",
"label": "Control variable",
"label": "x",
"desc": "A single categorical variable based on which patients are grouped.",
"type": "column",
"columnValuesSQLType": "integer, text",
Expand Down

0 comments on commit f4a55af

Please sign in to comment.