auerbachs / BMDExpress-2

Software for analyzing high dimensional dose-response data
19 stars 6 forks source link

Small wiki documentation issues for CLI #16

Open burgerga opened 3 years ago

burgerga commented 3 years ago

In https://github.com/auerbachs/BMDExpress-2/wiki/Command-Line#analyze:

burgerga commented 3 years ago

(Also I see in the source code code for the non-parametric models in the CLI, that would be nice to add as well ;) )

burgerga commented 3 years ago

Also missing in bmdsBestModelSelection: bmdlBMDUUse- Choice between (1 | 2 | 3 )

Is that about right?

Also for those interested, here an example non-parametric json config, which should be added to the top-level jsonobject:

"nonParametricConfigs": [
  {
    "@type": "gcurvep",
    "bootstraps": 1000,
    "bmrFactor": 1,
    "pValueConfidence": 0.05,
    "inputCategory": "williams"
  }
]