Skip to contents

Check BLRM results under a given data scenario

Usage

Test_Scenario(
  collect_data_df,
  dose_grid,
  initial_model,
  increment_rule,
  next_best_rule,
  stop_rule,
  cohort_size_rule,
  mcmc_options
)

Arguments

collect_data_df

a data.frame containing the scenario info. It contains these columns:

  • x:

  • y:

  • ID:

  • cohort:

dose_grid

a numeric vector of dose grid

initial_model

To be added

increment_rule

To be added

next_best_rule

To be added

stop_rule

To be added

cohort_size_rule

To be added

mcmc_options

To be added