View source: R/trialr_nbg_selector.R
| get_trialr_nbg_tite | R Documentation | 
Get an object to fit a TITE version of the NBG dose-finding model using trialr
get_trialr_nbg_tite(
  parent_selector_factory = NULL,
  real_doses,
  d_star,
  target,
  alpha_mean,
  alpha_sd,
  beta_mean,
  beta_sd,
  ...
)
parent_selector_factory | 
 optional object of type
  | 
real_doses | 
 Doses under investigation, a non-decreasing vector of numbers.  | 
d_star | 
 Numeric, reference dose for calculating the covariate
  | 
target | 
 We seek a dose with this probability of toxicity.  | 
alpha_mean | 
 Prior mean of intercept variable for normal prior. See Details. Also see documentation for trialr package for further details.  | 
alpha_sd | 
 Prior standard deviation of intercept variable for normal prior. See Details. Also see documentation for trialr package for further details.  | 
beta_mean | 
 Prior mean of gradient variable for normal prior. See Details. Also see documentation for trialr package for further details.  | 
beta_sd | 
 Prior standard deviation of slope variable for normal prior. See Details. Also see documentation for trialr package for further details.  | 
... | 
 Extra args are passed to   | 
an object of type selector_factory that can fit the
NBG model to outcomes.
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.