Get the MCMC samples of DLT rate
getProbSamples.RdThis function gets the MCMC samples of DLT rate at the required doses given the toxicity model and MCMC samples of model parameters
Usage
getProbSamples(dose, mcmc_samples, model, ...)
# S4 method for class 'Samples,LogisticLogNormal'
getProbSamples(dose, mcmc_samples, model, ...)Arguments
- dose
non-negative numeric vector of doses that the DLT rate samples you want to retrieve
- mcmc_samples
an object of class
crmPack::Samples()fromcrmPack::mcmc(). This is MCMC samples of the model parameters- model
an toxicity model.
- ...
not used in this function