| Get_Fibonacci | R Documentation | 
Get 'modified Finonacci' sequence for Phase I design Other decreasing step schemes can be specified
Get_Fibonacci(
  Ndose,
  first_dose,
  fibonacci = c(1, 2, 1.67, 1.5, rep(1.33, Ndose - 4))
)
Ndose | 
 number of dose levels  | 
first_dose | 
 First dose level  | 
fibonacci | 
 decreasing step scheme, default is c(1,2,1.67,1.5,rep(1.33,Ndose-4)  | 
a data.frame with elements
dose_level: dose level
dose: actual dose to be used
incr_ratio: The ratio of successive doses
Penel N, Kramar A. What does a modified-Fibonacci dose-escalation
Fibonacci<-Get_Fibonacci(Ndose=6,first_dose=0.0017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.