View source: R/fromQuantiles.R
| Quantiles2LogisticNormal | R Documentation |
This function uses generalized simulated annealing to optimize
a LogisticNormal model to be as close as possible
to the given prior quantiles.
Quantiles2LogisticNormal(
dosegrid,
refDose,
lower,
median,
upper,
level = 0.95,
logNormal = FALSE,
parstart = NULL,
parlower = c(-10, -10, 0, 0, -0.95),
parupper = c(10, 10, 10, 10, 0.95),
seed = 12345,
verbose = TRUE,
control = list(threshold.stop = 0.01, maxit = 50000, temperature = 50000, max.time =
600)
)
dosegrid |
( |
refDose |
( |
lower |
( |
median |
( |
upper |
( |
level |
( |
logNormal |
( |
parstart |
( |
parlower |
( |
parupper |
( |
seed |
( |
verbose |
( |
control |
( |
A list with the best approximating model
(LogisticNormal or LogisticLogNormal), the resulting quantiles,
the required quantiles and the distance to the required quantiles,
as well as the final parameters (which could be used for running the
algorithm a second time).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.