Mercurial > repos > testtool > survival
changeset 19:d95c8e3b24e7 draft
Uploaded
author | testtool |
---|---|
date | Mon, 02 Oct 2017 08:44:25 -0400 |
parents | 2d017484d600 |
children | b4d7a110dd32 |
files | survival/survival.xml |
diffstat | 1 files changed, 15 insertions(+), 51 deletions(-) [+] |
line wrap: on
line diff
--- a/survival/survival.xml Mon Oct 02 08:38:33 2017 -0400 +++ b/survival/survival.xml Mon Oct 02 08:44:25 2017 -0400 @@ -15,72 +15,36 @@ 19 2506 FALSE 1 HOXA1 20 1382 TRUE 1 HOXA1 ''"/> - <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">fleming-harrington</option> + <conditional name="type"> + <param format="text" name="type" type="select" label="Type of survival curve:"> + <option name="type" format="text" type="text" value="kaplan-meier">kaplan-meier</option> + <option name="type" format="text" type="text" value="fleming-harrington">fleming-harrington</option> + <option name="type" format="text" type="text" value="fh2">fleming-harrington</option> </param> - <when value="kaplan-meier"> - <param name="type" format="text" type="text" value="kaplan-meier" label="kaplan-meier" /> - </when> - <when value="fleming-harrington"> - <param name="type" format="text" type="text" value="fleming-harrington" label="fleming-harrington" /> - </when> - <when value="fh2"> - <param name="type" format="text" type="text" value="fh2" label="fh2" /> - </when> - </conditional> + </conditional> <conditional name="error"> <param name="error" type="select" label="Type of error:"> - <option value="greenwood">greenwood</option> - <option value="tsiatis">tsiatis</option> + <option name="error" format="text" type="text" value="greenwood">greenwood</option> + <option name="error" format="text" type="text" value="tsiatis">tsiatis</option> </param> - <when value="greenwood"> - <param name="type" format="text" type="text" value="greenwood" label="greenwood" /> - </when> - <when value="tsiatis"> - <param name="type" format="text" type="text" value="tsiatis" label="tsiatis" /> - </when> </conditional> <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> - <option value="none">none</option> + <option name="conf_type" format="text" type="text" value="log">log</option> + <option name="conf_type" format="text" type="text" value="log-log">log-log</option> + <option name="conf_type" format="text" type="text" value="plain">plain</option> + <option name="conf_type" format="text" type="text" value="none">none</option> </param> - <when value="log"> - <param name="type" format="text" type="text" value="log" label="log" /> - </when> - <when value="log-log"> - <param name="type" format="text" type="text" value="log-log" label="log-log" /> - </when> - <when value="plain"> - <param name="type" format="text" type="text" value="plain" label="plain" /> - </when> - <when value="none"> - <param name="type" format="text" type="text" value="none" label="none" /> - </when> </conditional> <conditional name="conf_lower"> <param name="conf_lower" type="select" label="Type of conf_lower:"> - <option value="usual">usual</option> - <option value="peto">fleming-harrington</option> - <option value="modified">fleming-harrington</option> + <option name="conf_lower" format="text" type="text" value="usual">usual</option> + <option name="conf_lower" format="text" type="text" value="peto">fleming-harrington</option> + <option name="conf_lower" format="text" type="text" value="modified">fleming-harrington</option> </param> - <when value="usual"> - <param name="type" format="text" type="text" value="usual" label="usual" /> - </when> - <when value="peto"> - <param name="type" format="text" type="text" value="peto" label="peto" /> - </when> - <when value="modified"> - <param name="type" format="text" type="text" value="modified" label="modified" /> - </when> </conditional> </inputs>