changeset 12:a887cbcd199d draft

Uploaded
author testtool
date Mon, 02 Oct 2017 08:12:15 -0400
parents 3920fefdaf25
children bc54ac99e130
files survival/survival.xml
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/survival/survival.xml	Mon Oct 02 08:08:51 2017 -0400
+++ b/survival/survival.xml	Mon Oct 02 08:12:15 2017 -0400
@@ -15,23 +15,23 @@
    19 2506  FALSE  1 HOXA1
    20 1382   TRUE  1 HOXA1 ''"/>
           
-          <conditional name="select_type1">
-      <param name="input_type_selector1" 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>
     </conditional>
     
-    <conditional name="select_type2">
-      <param name="input_type_selector2" type="select" label="Type of error:">
+    <conditional name="error">
+      <param name="error" type="select" label="Type of error:">
         <option value="greenwood">greenwood</option>
         <option value="tsiatis">tsiatis</option>
       </param>
     </conditional>
        
-          <conditional name="select_type3">
-      <param name="input_type_selector3" type="select" label="Type of conf.type:">
+          <conditional name="conf.type">
+      <param name="conf.type" type="select" label="Type of conf.type:">
         <option value="log">log</option>
         <option value="log-log">log-log</option>
         <option value="plain">plain</option>
@@ -39,8 +39,8 @@
       </param>
     </conditional>
     
-        <conditional name="select_type4">
-      <param name="input_type_selector4" type="select" label="Type of conf.lower:">
+        <conditional name="conf.lower">
+      <param name="conf.lower" type="select" label="Type of conf.lower:">
         <option value="usual">usual</option>
         <option value="peto">peto</option>
         <option value="modified">modified</option>