Open burgerga opened 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 ;) )
Also missing in bmdsBestModelSelection
:
bmdlBMDUUse
- Choice between (1
| 2
| 3
)
1
- Do not compute2
- Compute and utilize in best model selection3
- Compute but ignore non-convergence in best model selectionIs 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"
}
]
In https://github.com/auerbachs/BMDExpress-2/wiki/Command-Line#analyze:
bm2FileName
is required as well, without it you get a null error (should probably also get a more useful error message ;))pValueCutOff
(inbmdsBestModelSelection
) should bepValueCutoff
(lowercaseo
)modifyFlaggedHillWtihFractionMinBMD
should bemodifyFlaggedHillWithFractionMinBMD
(Wtih
->With
)