SlideShare ist ein Scribd-Unternehmen logo
1 von 51
R - Eliminating Fear,
Uncertainty and Doubt
Mike K Smith, Pfizer

Global
Pharmacometrics
Disclaimer
This talk represents the opinions of the
speaker and are not necessarily shared by
others at Pfizer Ltd., and specifically, do
not necessarily represent Pfizer Quality,
IT, Statistics, or Legal department
opinions.
Acknowledgements
Ian Francis
Frank Harrell Jr.
Max Kuhn
Rich Pugh
Anthony Rossini
Marc Schwartz
David Smith
Mat Soukup
Fear, Uncertainty, Doubt
Fear, Uncertainty, Doubt
… a sales or marketing strategy of
disseminating negative (and vague)
information on a competitor's product.
(Wikipedia)
VS

WHICH IS BETTER?
…LET’S NOT GO THERE
Let’s play
“True” or “False"
True or False?
Regulatory agencies will only accept
statistical analysis and reports prepared
using validated systems such as SAS and
S-Plus.
TRUE…
Regulatory agencies will only accept
statistical analysis and reports
prepared using validated systems such
as SAS and S-Plus.
…FALSE
“The Food and Drug Administration does not
endorse or require use of any specific
software…”
- Mat Soukup, FDA (UseR Conference 2007)
FDA Expectations
2002 General Principles of Software
Validation - Final
2003 Guidance Part 11: Electronic Records
- Final
2007 Guidance on Computerized Systems
Used in Clinical Investigations - Final
Summary of key points applied to clinical trials presented by:
Bell et al., JSM, 2006
True or False?
Open-source software such as R cannot be
validated therefore is not acceptable.
True or False?
Open-source software such as R cannot be
validated therefore is not acceptable.

???
What do we mean by “Validation”?
“Establishing documented evidence which
provides a high degree of assurance that
a specific process will consistently
produce a product meeting its
predetermined specifications and quality
attributes.” – FDA definition.
What do we mean by “Validation”?
“Establishing documented evidence which
provides a high degree of assurance that
a specific process will consistently
produce a product meeting its
predetermined specifications and quality
attributes.” – FDA definition.
What do we mean by “Validation”?
“Establishing documented evidence which
provides a high degree of assurance that
a specific process will consistently
produce a product meeting its
predetermined specifications and quality
attributes.” – FDA definition.
What do we mean by “Validation”?
“Establishing documented evidence which
provides a high degree of assurance that
a specific process will consistently
produce a product meeting its
predetermined specifications and quality
attributes.” – FDA definition.
What do we mean by “Validation”?
“Establishing documented evidence which
provides a high degree of assurance that
a specific process will consistently
produce a product meeting its
predetermined specifications and quality
attributes.” – FDA definition.
Validation
≠
21 CFR part 11 compliance
21 CFR part 11
21 CFR Part 11 was issued by the FDA to
provide regulatory requirements for
processes and controls that must be
applied to electronic records and
electronic signatures.
i.e. output from validated systems.
21 CFR part 11
The guidance can be summarized as follows:
• If there are predicate rules that require
records to be maintained, and these records
are managed electronically, then Part 11
controls apply to those records.
• If there are predicate rules that require a
signature to be applied, and this signature is
applied electronically or digitally, then Part 11
controls apply.
21 CFR part 11
“Records submitted to FDA, under
predicate rules in electronic format [are
Part 11 records]. However, a record that is
not itself submitted, but is used in
generating a submission, is not a part
11 record unless it is otherwise required to
be maintained under a predicate rule and
it is maintained in electronic format."
Good Practice
Installation qualification (IQ)
Is the software installed and maintained according to
Software Development Life Cycle (SDLC) processes /
SOPs?
Operation qualification (OQ)
Is the software consistent / stable?
Performance qualification (PQ)
Is the software producing results that are credible,
reproducible and meeting agreed standards?
And all of this documented…
Good practice
leads to
Validation
What was the question?
Open-source software such as R cannot be
validated therefore is not acceptable.
SO… FALSE
YOUR SOPs and practice governing
IQ/OQ/PQ will help dictate whether YOUR
use of R falls within GxP.
21 CFR Part 11 doesn’t necessarily apply to
software systems per se but their output.
(See R-FDA document for more details).
True or False?
Since R has been developed by academics
and non-commercial organisations who
have no stake in the correctness or
otherwise of their code, we cannot rely on
results being correct.
TRUE… BUT…
Commercial products have their faults too.
Remember Microsoft Excel’s Standard
Errors?
Is SAS entirely bug-free? Viz: SAS Hot
Fixes.
Example: nlme
nlme function is in S-Plus for analysis using
nonlinear mixed effects models, written by
Doug Bates, Jose Pinheiro…
…The same function appears in R.
CRAN = Comprehensive R Archive Network
True or False?
R functions could easily be edited by any
user to change their algorithms and so
cannot be validated.
TRUE…
Users CAN alter functions to “mask” those
from standard packages.
- You DO get a warning however.
…AND FALSE
Validation argument though comes back to
GxP and reproducibility.
- If YOUR functions follow SDLC and are
reproducible then their use can be
“validated”.
True or False?
Any work performed in R must be validated
by replication using other "approved"
software before submission.
True or False?
Any work performed in R must be validated
by replication using other "approved"
software before submission.

!!!
FALSE
IF you have followed GxP, SDLC, IQ/OQ/PQ
processes, SOPs etc. for R installation
and use…
THEN there should be no need to reproduce
work.
REMEMBER
“The Food and Drug Administration does not
endorse or require use of any specific
software…”
- Mat Soukup, FDA (UseR Conference 2007)
ASIDE…
SAS have released experimental
procedures for Bayesian analysis and
PROC MCMC.
Do we use PROC MCMC or WinBUGS /
OpenBUGS as the benchmark?
True or False?
R has never been used for business critical
work at the FDA.
FALSE
Statistical review (meta-analysis) of Avandia
(rosiglitazone) at FDA Advisory Committee
by Joy Mele.
R at the FDA
Mat Soukup reports in his presentation that
there is a growing number of statisticians
at FDA who use R.
- R software is “approved” for use by FDA
IT organisation.
R used by other disciplines
Xpose suite of diagnostic tools for
Population Pharmacokinetics / NONMEM
models.
- Written in R
- “Standard” tool for NONMEM diagnostics
- Used by Pharmacometricians / Clinical
Pharmacologists.
- Quite likely some of them at regulatory
agencies. (e.g. Sweden)
True or False?
R can only be used for non-regulatory work
and so is best used in the preclinical and
nonclinical space.
FALSE
GxP / SOP / SDLC overhead MAY mean
that it is EASIER to use it for nonregulatory, preclinical and non-clinical
work.
- R does have some very good packages
for use in the preclinical / non-clinical
arena.
BUT R CAN be used for regulatory work.
True or False?
We have nobody in-house who understands
R well enough to QC code. Therefore it
should not be used.
TRUE
If you have nobody in-house to QC your
code, then you probably shouldn’t be
using R for regulatory submission.
BUT the same goes for any other package
including commercial packages e.g. SPlus, GENSTAT, STATA, MINITAB etc.
…Same issue with SAS
SAS Macro code, SQL, IML, ODS…
There’s good money to be made in the SAS
programming contractor / consultancy
world…
- Programming for job security
Caveats
R can easily be downloaded an loaded onto
computers within an organisation.
- It’s FREE as in beer, and as in speech.
- Packages can be installed directly from
within R.
This can lead to issues about version
control.
Conclusions
IF you have a good SDLC process, SOPs,
etc. controlling roll out of software, coding
standards, QC of code, scripting etc.
THEN there are very few reasons why
analysis performed in R wouldn’t be
accepted by regulatory agencies.
R and the Pharma Industry
Benefactors / Supporting Institutions
–
–
–
–

Merck
Astra Zeneca
Baxter
Boehringer Ingelheim

Used at
–
–
–
–
–
–
–
–
–

Pfizer
Novartis
Roche
GSK
AstraZeneca
Pharmerit
NovoNordisk
PRI
Sanofi Aventis
References

Using R: Perspectives of a FDA statistical reviewer (Mat Soukup)
Open Source Statistical Software (OS3) in Pharma
Development: a case study with R (Anthony Rossini)
R for clinical trial reporting: reproducible research, quality and validation (Fran
Times “R” a changing: FDA perspectives on use of “Open Source” (Sue Bell)
FDA meta-analysis of Avandia (rosiglitazone)
NDA 21-071 Supplement 022 (Joy Mele)
R: Regulatory compliance and validation issues. A guidance document
for the use of R in regulated clinical trial environments (The R
Foundation for Statistical Computing)
List of R Foundation members and supporters
Analyzing clinical trial data for FDA submissions with R (David Smith)

Weitere ähnliche Inhalte

Was ist angesagt?

Agile Practices Proven in Highly Regulated Environments by Craig Langenfeld
Agile Practices Proven in Highly Regulated Environments by Craig LangenfeldAgile Practices Proven in Highly Regulated Environments by Craig Langenfeld
Agile Practices Proven in Highly Regulated Environments by Craig LangenfeldAgile Software Community of India
 
Agile Development And Medtech
Agile Development And MedtechAgile Development And Medtech
Agile Development And MedtechRobert Ginsberg
 
How Design Controls & Risk Management Best Practices Reduce Customer Complain...
How Design Controls & Risk Management Best Practices Reduce Customer Complain...How Design Controls & Risk Management Best Practices Reduce Customer Complain...
How Design Controls & Risk Management Best Practices Reduce Customer Complain...Greenlight Guru
 
FDA Data Integrity: Misconceptions of 21 CFR Part 11
FDA Data Integrity: Misconceptions of 21 CFR Part 11 FDA Data Integrity: Misconceptions of 21 CFR Part 11
FDA Data Integrity: Misconceptions of 21 CFR Part 11 EduQuest, Inc.
 
Neurological diagnostic equipment
Neurological diagnostic equipmentNeurological diagnostic equipment
Neurological diagnostic equipmentNelson Permal
 
Software Introduction & Tools
Software Introduction & ToolsSoftware Introduction & Tools
Software Introduction & Toolscollegelisted
 
QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304Robert Ginsberg
 
FDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to MarketFDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to MarketMethodSense, Inc.
 
Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...
Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...
Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...April Bright
 
Medical Apps: 5 Steps to CE-mark
Medical Apps: 5 Steps to CE-markMedical Apps: 5 Steps to CE-mark
Medical Apps: 5 Steps to CE-markChristian Johner
 
CAPA: Using Risk-Based Decision-Making Toward Closure
CAPA: Using Risk-Based Decision-Making Toward ClosureCAPA: Using Risk-Based Decision-Making Toward Closure
CAPA: Using Risk-Based Decision-Making Toward ClosureApril Bright
 
Systems Engineering and Requirements Management in Medical Device Product Dev...
Systems Engineering and Requirements Management in Medical Device Product Dev...Systems Engineering and Requirements Management in Medical Device Product Dev...
Systems Engineering and Requirements Management in Medical Device Product Dev...UBMCanon
 
Best Practices for Preparing and Conducting Pre-Submission Meetings
Best Practices for Preparing and Conducting Pre-Submission MeetingsBest Practices for Preparing and Conducting Pre-Submission Meetings
Best Practices for Preparing and Conducting Pre-Submission MeetingsGreenlight Guru
 

Was ist angesagt? (20)

Referral Laboratory & Turnkey Program - Lab
Referral Laboratory & Turnkey Program - LabReferral Laboratory & Turnkey Program - Lab
Referral Laboratory & Turnkey Program - Lab
 
Agile Practices Proven in Highly Regulated Environments by Craig Langenfeld
Agile Practices Proven in Highly Regulated Environments by Craig LangenfeldAgile Practices Proven in Highly Regulated Environments by Craig Langenfeld
Agile Practices Proven in Highly Regulated Environments by Craig Langenfeld
 
Data integrity
Data integrityData integrity
Data integrity
 
Agile Development And Medtech
Agile Development And MedtechAgile Development And Medtech
Agile Development And Medtech
 
How Design Controls & Risk Management Best Practices Reduce Customer Complain...
How Design Controls & Risk Management Best Practices Reduce Customer Complain...How Design Controls & Risk Management Best Practices Reduce Customer Complain...
How Design Controls & Risk Management Best Practices Reduce Customer Complain...
 
Understanding IEC 62304
Understanding IEC 62304Understanding IEC 62304
Understanding IEC 62304
 
FDA Data Integrity: Misconceptions of 21 CFR Part 11
FDA Data Integrity: Misconceptions of 21 CFR Part 11 FDA Data Integrity: Misconceptions of 21 CFR Part 11
FDA Data Integrity: Misconceptions of 21 CFR Part 11
 
ISO 62304 & TIR 45
ISO 62304 & TIR 45ISO 62304 & TIR 45
ISO 62304 & TIR 45
 
Neurological diagnostic equipment
Neurological diagnostic equipmentNeurological diagnostic equipment
Neurological diagnostic equipment
 
Software Introduction & Tools
Software Introduction & ToolsSoftware Introduction & Tools
Software Introduction & Tools
 
QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304QAdvis - software risk management based on IEC/ISO 62304
QAdvis - software risk management based on IEC/ISO 62304
 
FDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to MarketFDA Regulations and Medical Device Pathways to Market
FDA Regulations and Medical Device Pathways to Market
 
Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...
Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...
Additive Manufacturing Discussion Panel – Developing a Roadmap for Regulatory...
 
Medical Apps: 5 Steps to CE-mark
Medical Apps: 5 Steps to CE-markMedical Apps: 5 Steps to CE-mark
Medical Apps: 5 Steps to CE-mark
 
CAPA: Using Risk-Based Decision-Making Toward Closure
CAPA: Using Risk-Based Decision-Making Toward ClosureCAPA: Using Risk-Based Decision-Making Toward Closure
CAPA: Using Risk-Based Decision-Making Toward Closure
 
IEC 62304 Action List
IEC 62304 Action List IEC 62304 Action List
IEC 62304 Action List
 
Systems Engineering and Requirements Management in Medical Device Product Dev...
Systems Engineering and Requirements Management in Medical Device Product Dev...Systems Engineering and Requirements Management in Medical Device Product Dev...
Systems Engineering and Requirements Management in Medical Device Product Dev...
 
Best Practices for Preparing and Conducting Pre-Submission Meetings
Best Practices for Preparing and Conducting Pre-Submission MeetingsBest Practices for Preparing and Conducting Pre-Submission Meetings
Best Practices for Preparing and Conducting Pre-Submission Meetings
 
jsm_resume
jsm_resumejsm_resume
jsm_resume
 
Resume_01022017
Resume_01022017Resume_01022017
Resume_01022017
 

Ähnlich wie R eliminating fear, uncertainty and doubt

Rx for FDA Software Compliance
Rx for FDA Software ComplianceRx for FDA Software Compliance
Rx for FDA Software ComplianceParasoft
 
Computer system validation
Computer system validation Computer system validation
Computer system validation ShameerAbid
 
How sap can help pharmaceutical companies
How sap can help pharmaceutical companiesHow sap can help pharmaceutical companies
How sap can help pharmaceutical companiesanjalirao366
 
Ics company overview marketing
Ics company overview  marketingIcs company overview  marketing
Ics company overview marketingK R Vaghela
 
Developing Product Requirements For Medical Devices
Developing Product Requirements For Medical DevicesDeveloping Product Requirements For Medical Devices
Developing Product Requirements For Medical DevicesWalt Maclay
 
Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...
Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...
Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...Greenlight Guru
 
Mobile Medical Apps - From Start to CE-Mark
Mobile Medical Apps - From Start to CE-MarkMobile Medical Apps - From Start to CE-Mark
Mobile Medical Apps - From Start to CE-MarkChristian Johner
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testinghasbi sidiq
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testingnovranrafindo
 
Data integrity pdf
Data integrity pdfData integrity pdf
Data integrity pdfJanardhan R
 
9 regulatory compliance and validation for li
9 regulatory compliance and validation for li9 regulatory compliance and validation for li
9 regulatory compliance and validation for liWebseology
 
Fundamentals of testing aldi
Fundamentals of testing aldiFundamentals of testing aldi
Fundamentals of testing aldialdi aulia
 
Presentasi fundamental of testing
Presentasi fundamental of testingPresentasi fundamental of testing
Presentasi fundamental of testingEgi Ilham Elnusa
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testingAs Fazli
 
Fundamental of testing
Fundamental of testingFundamental of testing
Fundamental of testingReginaKhalida
 
Fundamentals of testing jef (1)
Fundamentals of testing jef (1)Fundamentals of testing jef (1)
Fundamentals of testing jef (1)jefri_antoni
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testingRisun Hidayat
 
Turkey Software Qualıty Report
Turkey Software Qualıty ReportTurkey Software Qualıty Report
Turkey Software Qualıty ReportSerkan Cura
 

Ähnlich wie R eliminating fear, uncertainty and doubt (20)

Rx for FDA Software Compliance
Rx for FDA Software ComplianceRx for FDA Software Compliance
Rx for FDA Software Compliance
 
Computer system validation
Computer system validation Computer system validation
Computer system validation
 
How sap can help pharmaceutical companies
How sap can help pharmaceutical companiesHow sap can help pharmaceutical companies
How sap can help pharmaceutical companies
 
FDA software compliance 2016
FDA software compliance 2016FDA software compliance 2016
FDA software compliance 2016
 
Ics company overview marketing
Ics company overview  marketingIcs company overview  marketing
Ics company overview marketing
 
Developing Product Requirements For Medical Devices
Developing Product Requirements For Medical DevicesDeveloping Product Requirements For Medical Devices
Developing Product Requirements For Medical Devices
 
Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...
Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...
Software as a Medical Device (SaMD) Challenges and Opportunities for 2021 and...
 
Mobile Medical Apps - From Start to CE-Mark
Mobile Medical Apps - From Start to CE-MarkMobile Medical Apps - From Start to CE-Mark
Mobile Medical Apps - From Start to CE-Mark
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Data integrity pdf
Data integrity pdfData integrity pdf
Data integrity pdf
 
9 regulatory compliance and validation for li
9 regulatory compliance and validation for li9 regulatory compliance and validation for li
9 regulatory compliance and validation for li
 
Fundamentals of testing aldi
Fundamentals of testing aldiFundamentals of testing aldi
Fundamentals of testing aldi
 
Presentasi fundamental of testing
Presentasi fundamental of testingPresentasi fundamental of testing
Presentasi fundamental of testing
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Fundamental of testing
Fundamental of testingFundamental of testing
Fundamental of testing
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Fundamentals of testing jef (1)
Fundamentals of testing jef (1)Fundamentals of testing jef (1)
Fundamentals of testing jef (1)
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Turkey Software Qualıty Report
Turkey Software Qualıty ReportTurkey Software Qualıty Report
Turkey Software Qualıty Report
 

Kürzlich hochgeladen

Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptxnandhinijagan9867
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizharallensay1
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfwill854175
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...NadhimTaha
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Timegargpaaro
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptxRoofing Contractor
 
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecJual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecZurliaSoop
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxCynthia Clay
 
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...meghakumariji156
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperityhemanthkumar470700
 
Cracking the 'Career Pathing' Slideshare
Cracking the 'Career Pathing' SlideshareCracking the 'Career Pathing' Slideshare
Cracking the 'Career Pathing' SlideshareWorkforce Group
 
Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannaBusinessPlans
 
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NSCROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NSpanmisemningshen123
 
Over the Top (OTT) Market Size & Growth Outlook 2024-2030
Over the Top (OTT) Market Size & Growth Outlook 2024-2030Over the Top (OTT) Market Size & Growth Outlook 2024-2030
Over the Top (OTT) Market Size & Growth Outlook 2024-2030tarushabhavsar
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateCannaBusinessPlans
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentationuneakwhite
 

Kürzlich hochgeladen (20)

Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdf
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...joint cost.pptx  COST ACCOUNTING  Sixteenth Edition                          ...
joint cost.pptx COST ACCOUNTING Sixteenth Edition ...
 
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All TimeCall 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
Call 7737669865 Vadodara Call Girls Service at your Door Step Available All Time
 
Pre Engineered Building Manufacturers Hyderabad.pptx
Pre Engineered  Building Manufacturers Hyderabad.pptxPre Engineered  Building Manufacturers Hyderabad.pptx
Pre Engineered Building Manufacturers Hyderabad.pptx
 
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan CytotecJual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
Jual Obat Aborsi ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan Cytotec
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
Escorts in Nungambakkam Phone 8250092165 Enjoy 24/7 Escort Service Enjoy Your...
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Cracking the 'Career Pathing' Slideshare
Cracking the 'Career Pathing' SlideshareCracking the 'Career Pathing' Slideshare
Cracking the 'Career Pathing' Slideshare
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
 
Cannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 UpdatedCannabis Legalization World Map: 2024 Updated
Cannabis Legalization World Map: 2024 Updated
 
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NSCROSS CULTURAL NEGOTIATION BY PANMISEM NS
CROSS CULTURAL NEGOTIATION BY PANMISEM NS
 
Over the Top (OTT) Market Size & Growth Outlook 2024-2030
Over the Top (OTT) Market Size & Growth Outlook 2024-2030Over the Top (OTT) Market Size & Growth Outlook 2024-2030
Over the Top (OTT) Market Size & Growth Outlook 2024-2030
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
New 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck TemplateNew 2024 Cannabis Edibles Investor Pitch Deck Template
New 2024 Cannabis Edibles Investor Pitch Deck Template
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 

R eliminating fear, uncertainty and doubt

  • 1. R - Eliminating Fear, Uncertainty and Doubt Mike K Smith, Pfizer Global Pharmacometrics
  • 2. Disclaimer This talk represents the opinions of the speaker and are not necessarily shared by others at Pfizer Ltd., and specifically, do not necessarily represent Pfizer Quality, IT, Statistics, or Legal department opinions.
  • 3. Acknowledgements Ian Francis Frank Harrell Jr. Max Kuhn Rich Pugh Anthony Rossini Marc Schwartz David Smith Mat Soukup
  • 5. Fear, Uncertainty, Doubt … a sales or marketing strategy of disseminating negative (and vague) information on a competitor's product. (Wikipedia)
  • 8. True or False? Regulatory agencies will only accept statistical analysis and reports prepared using validated systems such as SAS and S-Plus.
  • 9. TRUE… Regulatory agencies will only accept statistical analysis and reports prepared using validated systems such as SAS and S-Plus.
  • 10. …FALSE “The Food and Drug Administration does not endorse or require use of any specific software…” - Mat Soukup, FDA (UseR Conference 2007)
  • 11. FDA Expectations 2002 General Principles of Software Validation - Final 2003 Guidance Part 11: Electronic Records - Final 2007 Guidance on Computerized Systems Used in Clinical Investigations - Final Summary of key points applied to clinical trials presented by: Bell et al., JSM, 2006
  • 12. True or False? Open-source software such as R cannot be validated therefore is not acceptable.
  • 13. True or False? Open-source software such as R cannot be validated therefore is not acceptable. ???
  • 14. What do we mean by “Validation”? “Establishing documented evidence which provides a high degree of assurance that a specific process will consistently produce a product meeting its predetermined specifications and quality attributes.” – FDA definition.
  • 15. What do we mean by “Validation”? “Establishing documented evidence which provides a high degree of assurance that a specific process will consistently produce a product meeting its predetermined specifications and quality attributes.” – FDA definition.
  • 16. What do we mean by “Validation”? “Establishing documented evidence which provides a high degree of assurance that a specific process will consistently produce a product meeting its predetermined specifications and quality attributes.” – FDA definition.
  • 17. What do we mean by “Validation”? “Establishing documented evidence which provides a high degree of assurance that a specific process will consistently produce a product meeting its predetermined specifications and quality attributes.” – FDA definition.
  • 18. What do we mean by “Validation”? “Establishing documented evidence which provides a high degree of assurance that a specific process will consistently produce a product meeting its predetermined specifications and quality attributes.” – FDA definition.
  • 19. Validation ≠ 21 CFR part 11 compliance
  • 20. 21 CFR part 11 21 CFR Part 11 was issued by the FDA to provide regulatory requirements for processes and controls that must be applied to electronic records and electronic signatures. i.e. output from validated systems.
  • 21. 21 CFR part 11 The guidance can be summarized as follows: • If there are predicate rules that require records to be maintained, and these records are managed electronically, then Part 11 controls apply to those records. • If there are predicate rules that require a signature to be applied, and this signature is applied electronically or digitally, then Part 11 controls apply.
  • 22. 21 CFR part 11 “Records submitted to FDA, under predicate rules in electronic format [are Part 11 records]. However, a record that is not itself submitted, but is used in generating a submission, is not a part 11 record unless it is otherwise required to be maintained under a predicate rule and it is maintained in electronic format."
  • 23. Good Practice Installation qualification (IQ) Is the software installed and maintained according to Software Development Life Cycle (SDLC) processes / SOPs? Operation qualification (OQ) Is the software consistent / stable? Performance qualification (PQ) Is the software producing results that are credible, reproducible and meeting agreed standards? And all of this documented…
  • 25. What was the question? Open-source software such as R cannot be validated therefore is not acceptable.
  • 26. SO… FALSE YOUR SOPs and practice governing IQ/OQ/PQ will help dictate whether YOUR use of R falls within GxP. 21 CFR Part 11 doesn’t necessarily apply to software systems per se but their output. (See R-FDA document for more details).
  • 27. True or False? Since R has been developed by academics and non-commercial organisations who have no stake in the correctness or otherwise of their code, we cannot rely on results being correct.
  • 28. TRUE… BUT… Commercial products have their faults too. Remember Microsoft Excel’s Standard Errors? Is SAS entirely bug-free? Viz: SAS Hot Fixes.
  • 29. Example: nlme nlme function is in S-Plus for analysis using nonlinear mixed effects models, written by Doug Bates, Jose Pinheiro… …The same function appears in R.
  • 30. CRAN = Comprehensive R Archive Network
  • 31. True or False? R functions could easily be edited by any user to change their algorithms and so cannot be validated.
  • 32. TRUE… Users CAN alter functions to “mask” those from standard packages. - You DO get a warning however.
  • 33. …AND FALSE Validation argument though comes back to GxP and reproducibility. - If YOUR functions follow SDLC and are reproducible then their use can be “validated”.
  • 34. True or False? Any work performed in R must be validated by replication using other "approved" software before submission.
  • 35. True or False? Any work performed in R must be validated by replication using other "approved" software before submission. !!!
  • 36. FALSE IF you have followed GxP, SDLC, IQ/OQ/PQ processes, SOPs etc. for R installation and use… THEN there should be no need to reproduce work.
  • 37. REMEMBER “The Food and Drug Administration does not endorse or require use of any specific software…” - Mat Soukup, FDA (UseR Conference 2007)
  • 38. ASIDE… SAS have released experimental procedures for Bayesian analysis and PROC MCMC. Do we use PROC MCMC or WinBUGS / OpenBUGS as the benchmark?
  • 39. True or False? R has never been used for business critical work at the FDA.
  • 40. FALSE Statistical review (meta-analysis) of Avandia (rosiglitazone) at FDA Advisory Committee by Joy Mele.
  • 41. R at the FDA Mat Soukup reports in his presentation that there is a growing number of statisticians at FDA who use R. - R software is “approved” for use by FDA IT organisation.
  • 42. R used by other disciplines Xpose suite of diagnostic tools for Population Pharmacokinetics / NONMEM models. - Written in R - “Standard” tool for NONMEM diagnostics - Used by Pharmacometricians / Clinical Pharmacologists. - Quite likely some of them at regulatory agencies. (e.g. Sweden)
  • 43. True or False? R can only be used for non-regulatory work and so is best used in the preclinical and nonclinical space.
  • 44. FALSE GxP / SOP / SDLC overhead MAY mean that it is EASIER to use it for nonregulatory, preclinical and non-clinical work. - R does have some very good packages for use in the preclinical / non-clinical arena. BUT R CAN be used for regulatory work.
  • 45. True or False? We have nobody in-house who understands R well enough to QC code. Therefore it should not be used.
  • 46. TRUE If you have nobody in-house to QC your code, then you probably shouldn’t be using R for regulatory submission. BUT the same goes for any other package including commercial packages e.g. SPlus, GENSTAT, STATA, MINITAB etc.
  • 47. …Same issue with SAS SAS Macro code, SQL, IML, ODS… There’s good money to be made in the SAS programming contractor / consultancy world… - Programming for job security
  • 48. Caveats R can easily be downloaded an loaded onto computers within an organisation. - It’s FREE as in beer, and as in speech. - Packages can be installed directly from within R. This can lead to issues about version control.
  • 49. Conclusions IF you have a good SDLC process, SOPs, etc. controlling roll out of software, coding standards, QC of code, scripting etc. THEN there are very few reasons why analysis performed in R wouldn’t be accepted by regulatory agencies.
  • 50. R and the Pharma Industry Benefactors / Supporting Institutions – – – – Merck Astra Zeneca Baxter Boehringer Ingelheim Used at – – – – – – – – – Pfizer Novartis Roche GSK AstraZeneca Pharmerit NovoNordisk PRI Sanofi Aventis
  • 51. References Using R: Perspectives of a FDA statistical reviewer (Mat Soukup) Open Source Statistical Software (OS3) in Pharma Development: a case study with R (Anthony Rossini) R for clinical trial reporting: reproducible research, quality and validation (Fran Times “R” a changing: FDA perspectives on use of “Open Source” (Sue Bell) FDA meta-analysis of Avandia (rosiglitazone) NDA 21-071 Supplement 022 (Joy Mele) R: Regulatory compliance and validation issues. A guidance document for the use of R in regulated clinical trial environments (The R Foundation for Statistical Computing) List of R Foundation members and supporters Analyzing clinical trial data for FDA submissions with R (David Smith)