1 / 30

Getting the help of SAS in Clinical Trial setting: Monitoring and Simulations

Getting the help of SAS in Clinical Trial setting: Monitoring and Simulations. Presented By: Mehmet Kocak. Phase I Clinical Trials. Objective is to find a maximum tolerated dose (MTD) of a new cytotoxic drug

marciano
Download Presentation

Getting the help of SAS in Clinical Trial setting: Monitoring and Simulations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Getting the help of SAS in Clinical Trial setting: Monitoring and Simulations Presented By: Mehmet Kocak

  2. Phase I Clinical Trials • Objective is to find a maximum tolerated dose (MTD) of a new cytotoxic drug • MTD is not really the “maximum” tolerated dose but rather the highest dose that yields manageable side effects. • This dose is called the “target” dose. • Think of MTD as the target dose which is the dose that yields a specified probability of toxicity, e.g. 25%.

  3. Continual Reassesment Method(CRM) • Bayesian dose-finding method developed by O’Quigley et al (Biometrics, 1990) • Statistical model is used to estimate the relationship between dose and probability of toxicity (dose-toxicity) • After study opens, the model is fit to the actual data and used to estimate the target dose.

  4. Continual Reassesment Method(CRM) Go to Next Dose Start with the first Dose Decision Add More First Dose is too toxic. Go to Previous Dose

  5. Continual Reassesment Method(CRM)

  6. CRM – Statistical Model • Logistic function is used frequently to model the dose-toxicity relationship. • Don’t know the true relationship between dose and the probability of toxicity. • Here are three sample logistic curves:

  7. CRM – Statistical Model

  8. CRM – Statistical Model • If you don’t know the true relationship between dose and toxicity, how do you estimate the MTD? • Use the actual data from the study to estimate the dose-toxicity curve • Borrow data from other experiences • What is the target dose of interest? • Dose that has 25% toxicity • What is the proposed dose-toxicity relationship? • Don’t have actual data when the study opens • Need idea about the relationship between dose and toxicity to initiate the model fitting (priors)

  9. CRM – Priors • Other Studies • Adult study • Study in different population • Guess • Quantify clinical intuition about drug behavior at high and low doses • What dose would you guess has 90% toxicity? • What dose would you guess has 10% toxicity?

  10. CRM - Example • Investigator wants to open a phase I study with 4 dose levels • 100 mg/m2, 235 mg/m2, 472 mg/m2, and 628 mg/m2 • Need priors to initiate model • Prior studies • Has there been a previous phase I study using this drug? • Investigator’s clinical intuition about high and low doses • What dose would you expect 90% toxicity? • What dose would you expect 10% toxicity? • Reduce the lowest dose by half for the low prior and increase the highest dose by half for the high prior • 50 for low prior and about 950 (628 + 314) for high prior

  11. Modified Continual Reassesment (CRM) Software • Programmed by Dr. Steve Piantadosi • Nice interface • Has problems • Required data for the model to run: • Dose • N (number of patients treated) • r (number of responses (DLTs)) • Probability of toxicity • Weight

  12. Depending on the priors, our initial curve changes tremendously.

  13. Actual Patient Data First two patients at Dose 100 mg/m2did not have DLTs.

  14. DECISION: ESCALATE TO THE NEXT DOSE LEVEL

  15. Sample Patient Data (Cont.) Note: Next two patients treated at Dose 235 mg/m2 did not have DLTs, either.

  16. DECISION: ESCALATE TO THE NEXT DOSE LEVEL

  17. Sample Patient Data (Cont.) Note: Patient-5 had a DLT. We will immediately re-estimate the MTD based on the current toxicity information.

  18. DECISION: GO BACK TO Dose Level 235.

  19. History of CRM Decision

  20. Two Step Simulation Remember that we decided to de-escalate from Dose 472 mg/m2 to 235 mg/m2. What can we say about the future decisions? Not the actual doses under investigation!

  21. Two Step Simulation with SAS Function= “move” Function= “draw” Thanks to SAS ANNOTATE Facility

  22. Simulation Study with SAS: Does CRM really Works? Go to Next Dose Start with the first Dose Decision Add More First Dose is too toxic. Go to Previous Dose

  23. Simulation Study in SAS • Various Dose-toxicity relationships • Iterative Procedure, which is most likely different for each simulation run; • You cannot sample the whole data at once; • 10,000 simulations in each setting • Preserving all necessary components of runs for summarization • Huge data sets, complicated algorithm.

  24. The Brain of the Simulation in SAS If the current dose is safe %next: Start with the first Dose %Decision: Processes… %goto… If First Dose is too toxic Or you find the MTD, %exit: If you need more data %addmore: If the current dose is not safe, %prev:

  25. Simulation Study in SAS %decision: --- DATA STEPS --- --- SEVERAL %IF AND % GOTO STATEMENTS--- %if &maxcount>=6 and &decision=GOTONEXT and &dose<&nofdl %then %goto next; %else %if &maxcount>=6 and &decision=GOTOPREV and &dose^=1 %then %goto prev; %else %if &decision=GOTONEXT and &dose=&nofdl %then %goto addmore; %else %if &decision=GOTOPREV and &dose=1 %then %goto exit; %else %if &decision=GOTONEXT %then %goto next; %else %if &decision=ADDMORE %then %goto addmore; %else %if &decision=GOTOPREV %then %goto prev; %next:%let dose=%sysevalf(&dose+1); %let ctr=%sysevalf(&ctr+1); %goto decision; %addmore: %let ctr=%sysevalf(&ctr+1); %goto decision; %prev:%let dose=%sysevalf(&dose-1); %let ctr=%sysevalf(&ctr+1); %goto decision; %exit:

  26. A paper submitted for publication Modified Continual Reassessment Method versus the Traditional Empirically-Based Design for Phase I Trials in Pediatric Oncology: Experiences of the Pediatric Brain Tumor Consortium Arzu Onar*, Mehmet Kocak, James M. Boyett Biostatistics Department, St. Jude Children’s Research Hospital, 332 North Lauderdale St. Mail Stop 768 Memphis TN 38105 * Corresponding author: Arzu Onar Biostatistics Department, St. Jude Children’s Research Hospital, 332 North Lauderdale St. Mail Stop 768 Memphis TN 38105. Email:arzu.onar@stjude.org. Tel: 901 495 5499. Fax: 901 544 8843.

  27. References • Piantadosi S, Fisher JD, Grossman S. Practical implementation of a modified continual reassessment method. CancerChemother Pharmacol, 41:29-436, 1998. • Goodman SN, Zahurak ML, Piantadosi, S. Some practical improvements in the continual reassessment method for phase I studies. Statistics In Medicine, 14:1149-1161, 1995.

More Related