powered by
create_dichotomous_prior Given priorlist, a model, and a distribution. Create a prior for a given analysis.
create_dichotomous_prior(prior, model)
new BMDprior list that can be used in a dichotomous fit.
First Prior
Model to be used should be one of"hill","gamma","logistic","log-logistic","log-probit","multistage", "probit", "qlinear", or "weibull"
plist<- create_prior_list(normprior(0,0.1,-100,100), # a lnormprior(1,0.2,0,18)) power_normal <- create_dichotomous_prior(plist,"logistic")
Run the code above in your browser using DataLab