create_dichotomous_prior | R Documentation |
create_dichotomous_prior Given priorlist, a model, and a distribution. Create a prior for a given analysis.
create_dichotomous_prior(prior, model)
prior |
First Prior |
model |
Model to be used should be one of"hill","gamma","logistic","log-logistic","log-probit","multistage", "probit", "qlinear", or "weibull" |
new BMDprior list that can be used in a dichotomous fit.
plist<- create_prior_list(normprior(0,0.1,-100,100), # a lnormprior(1,0.2,0,18)) power_normal <- create_dichotomous_prior(plist,"logistic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.