Description Usage Arguments Value
Helper function to get the ED50 line
1 2 3 4 5 6 7  | get_ed_line(
  grid_width = 50,
  par,
  GIA_fn = base_GIA,
  fn_list = NULL,
  ed_val = 50
)
 | 
grid_width | 
 number of levels to find points at  | 
par | 
 named vector of parameters  | 
GIA_fn | 
 function to calculate GIA  | 
fn_list | 
 additional parameters to pass to GIA_fn  | 
ed_val | 
 Which line to compute. Default is 50  | 
data frame with the following columns
dose of A (unscaled)
dose of B (unscaled)
value of GIA %
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.