Mercurial > repos > testtool > survival
changeset 27:5fc179380f8c draft
Uploaded
author | testtool |
---|---|
date | Mon, 02 Oct 2017 10:36:30 -0400 |
parents | 7ed63f8104a5 |
children | 902b2b5169ad |
files | survival/survival.xml |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/survival/survival.xml Mon Oct 02 10:22:28 2017 -0400 +++ b/survival/survival.xml Mon Oct 02 10:36:30 2017 -0400 @@ -15,20 +15,20 @@ 19 2506 FALSE 1 HOXA1 20 1382 TRUE 1 HOXA1 ''"/> - <conditional name="typeselection"> - <param name="typeselection" type="select" label="Type of survival curve:"> + <conditional name="type"> + <param name="type" type="select" label="Type of survival curve:"> <option value="kaplan-meier">kaplan-meier</option> <option value="fleming-harrington">fleming-harrington</option> <option value="fh2">fh2</option> </param> <when value="kaplan-meier"> - <param name = "type" value = "kaplan-meier"/> + <param name = "type" format="text" value = "kaplan-meier"/> <when/> <when value="fleming-harrington"> - <param name = "type" value="fleming-harrington"/> + <param name = "type" format="text" value="fleming-harrington"/> <when/> <when value="fh2"> - <param name = "type" value="fh2"/> + <param name = "type" format="text" value="fh2"/> <when/> </conditional>