Skip to content

Commit

Permalink
add 2-year baseline surivival to model (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
cklamann authored May 18, 2021
1 parent 162d205 commit 7c9e9df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,18 @@
{
"timepoint": "6 months",
"days": 182.5002,
"baseline_survival": "0.970689465530104"
"baseline_survival": 0.970689465530104
},
{
"timepoint": "1 year",
"days": 365.0004,
"baseline_survival": 0.9302143455106383
},
{
"timepoint": "2 years",
"days": 730.0008,
"baseline_survival": 0.8747305458828151
},
{
"timepoint": "3 years",
"days": 1095.0012,
Expand Down

0 comments on commit 7c9e9df

Please sign in to comment.