SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Downloaden Sie, um offline zu lesen
3/29/2010
1
CurveCurve‐‐Fitting with Fitting with GraphPadGraphPad PrismPrism
Presented by: Jeff Skinner, M.S.
Biostatistics Specialist
Bioinformatics and Computational Biosciences Branch
National Institute of Allergy and Infectious Diseases 
Office of Cyber Infrastructure and Computational Biology
GraphPad PRISMŽ at NIAID
• Free site license download• Free site license download
• Free training, consultation and 
support from BSIP ***
• Statistical results and help p
menus designed specifically for 
biological researchers 
• Intuitive curve‐fitting
*** Please contact:
ScienceApps@niaid.nih.gov
3/29/2010
2
NIAID Site License
http://graphpad.com/paasl/index.cfm?sitecode=NIHNIAID
http://bioinformatics.niaid.nih.gov/
Nonlinear Regression
• Statistical technique commonly used for  log dose s response
q y
curve‐fitting by biologists at NIAID
– Dose‐response studies
– Protein binding experiments
• Nonlinear regression is rarely studied in 
statistics coursework
Sometimes mentioned briefl in a regression
log-dose vs response
-10 -8 -6 -4 -2
-100
0
100
200
300
400
500
No inhibitor
Inhibitor
log[Dose]
Response
dose vs. response
– Sometimes mentioned briefly in a regression 
or linear models course
• Nonlinear regression is sometimes 
omitted from statistical software or 
poorly executed in software packages
0.0000 0.0001 0.0002 0.0003 0.0004
0
100
200
300
400
500
No inhibitor
Inhibitor
Dose
Response
3/29/2010
3
Linear Versus Nonlinear
• There is an important distinction between a linear 
relationship and a linear statistical model
– Linear or curved relationships describe how two variables 
might be visualized together on a graph
– Linear models take the form Y = mX + b or Y = X + 
C d l ti hi b fit ith ith li• Curved relationships can be fit with either linear or 
nonlinear statistical models
– Polynomial regression is linear in its parameters
– Sigmoidal dose‐response models are not linear
Simple Linear Regression
weight = -433.7 + 9.03  height + error
• Linear relationship between a 
predictor, height, and a 
response variable, weight, is 
modeled by a straight line
– Model: Y = 0 + 1X + 
– Definition of a line: Y = mx + b
g g
Definition of a line: Y = mx + b
• The model is linear, so we can 
estimate slope and y‐int using 
calculus, or ordinary least 
squares (OLS)
3/29/2010
4
Polynomial Regression
binding = 0 + 1  (ligand) + 2  (ligand2) + … + 
• Fits a curved relationship using a 
linear model
• Degree of polynomial indicates 
the number of curves
– Quadratic (1 curve)
– Cubic (2 curves)
• High degree polynomials are best 
fit by ANOVA models
Log‐transformations
growth = 0  exp{-1  age}   or ln(growth) = ln(0) - 1  age + ln()
• Imagine growth modeled by an 
exponential equation with 
multiplicative error
– I.e. errors get smaller as growth 
decreases with increasing age
• Log transformation is often used 
to “correct” a curved exponential 
relationship
3/29/2010
5
Nonlinear Regression
• Describes a nonlinear relationship between predictor 
d i li tiand response using nonlinear equations
– E.g. 
• Least squares equations do not have a closed form 
solution (i.e. cannot use calculus to find estimates)
Response  Bottom
Top  Bottom
110 log EC50logX Hillslope
( )
• Estimates are found using iterative methods
– Pick initial values and converge to solution step‐by‐step
Iterative Methods
• Linear descent method starts with an initial value, then 
“steps” away to minimize sums of squares (SS)steps  away to minimize sums of squares (SS)
– If first positive step increases SS, step backwards
– If nth step increases SS, take smaller steps
– Linear descent is best for first steps from initial value
• Gauss‐Newton uses matrix algebra to minimize SS, as if it 
were a change in “slope” from the initial value
– Gauss‐Newton is best for the last steps of minimization
• Levenberg‐Marquardt method starts with linear descent 
and switches to Gauss‐Newton
3/29/2010
6
Iterative Methods (continued)
• Strength of the iterative methods
– Can be used to fit any model
• Weaknesses of the iterative method
– Computationally slower than calculus method
– May find the local min, instead of global min
– May get “stuck” if model choice is poor 
Local vs. Global Minima
L l
msofSquares
Global
Minimum
Local
Minimum
Finding a local
minimum implies
you have not
found the best
possible fit
Hillslope
Sum
possible fit
3/29/2010
7
Dose‐Response Models
• Most commonly used model 
among NIAID researchers
log-dose vs response
500
• Up to five parameters
– TOP and BOTTOM
– Log(EC50)
– Hillslope (default = 1)
– Symmetry (default = 1)
-10 -8 -6 -4 -2
-100
0
100
200
300
400
500
No inhibitor
Inhibitor
log[Agonist], M
• Concepts presented for dose‐
response models will apply to all 
other nonlinear models Response  Bottom
Top  Bottom
110 logEC50logX Hillslope
Getting Started in PRISM
• Open a XY data table and 
enter data
• Transform and normalize 
data if necessary
• Open the nonlinear fit 
menu in PRISM
3/29/2010
8
Why Use log(X) For Sigmoid Dose Response?
• Raw X values produce a
dose vs. response
500
Raw X values produce a 
hyperbolic curve
– Large errors at the ascent
– Small errors at the plateau
• Log(X) values produce a  log dose vs response
0.0000 0.0001 0.0002 0.0003 0.0004
0
100
200
300
400
No inhibitor
Inhibitor
Dose
Response
sigmoid “esse” curve
– Moderate errors throughout
– Best estimates of EC50
log-dose vs response
-10 -8 -6 -4 -2
-100
0
100
200
300
400
500
No inhibitor
Inhibitor
log[Dose]
Response
Importance of Log Transform
3/29/2010
9
Choose a Model
• Choose an equation from the Fit
tab of the nonlinear mentab of the nonlinear menu
• Equations are grouped by 
experiment types
– E.g. dose‐response, binding, …
• Click the details button to view 
the actual equation and a sample 
graph of the model
Fitting Methods
• Use Least Squares (LS) whenever possible
– LS produces the correct tests using all data
• Use Automatic Outlier Elimination or Robust Fit 
when outliers influence your results
– Robust Fit uses all of your data, but cannot produce y , p
confidence intervals or tests
– Automatic Outlier Detection removes data and 
applies least squares methods
3/29/2010
10
Compare Groups or Models?
• Compare the fit of two different equations on 
the same data set(s)
– Compare dose‐response models with and without a 
variable slope parameter
– Compare different sets of constraints, etc.
• Compare best fit parameters between two or• Compare best fit parameters between two or 
more groups in your experiment
– E.g. Compare EC50 between 2 or more groups
F‐test or AIC?
• Use extra sums of squares F‐test whenever the 
i dtwo equations are nested:
– Dose‐response vs Dose‐Response (variable slope) is 
nested, because one equation is a simplification of 
the other equation
– Dose‐response versus binding equations is not 
nested because the equations are unrelatednested, because the equations are unrelated
– Comparing 2 or more groups is always nested
• Use AIC if you are unsure about nesting
3/29/2010
11
Statistical Output
• PRISM provides you the null and alternative hypotheses, 
p‐values and conclusions
• Interpretation of the results is often spelled out for you in 
plain language
Model Diagnostics
• Goodness‐of‐fit tests are used to compare two equally 
lid d lvalid models
• Normality tests evaluate the model assumption of 
normal errors
• Runs tests determine if errors are random
• Residual plots identify non‐constant variance, correlated 
errors, etc.
3/29/2010
12
Goodness of Fit Tests
• Coefficient of determination (R2) is the percent of 
variation explained by the model
– Remember R2 is only meaningful if the model 
assumptions have been met
– Typically used to compare valid models
• Sums of squares (SS) and standard deviation of 
the residuals (sy.x) are more descriptive
– Bigger SS implies model is more informative
– Smaller sy.x implies model has smaller errors
Normality Tests
• D’Agostino‐Pearson Omnibus test
Tests the magnitude of skewness and kurtosis statistics to– Tests the magnitude of skewness and kurtosis statistics to 
determine if errors are normal
• Shapiro‐Wilk test
– Uses ranks to compare errors to normal distribution
• Kolmogorov‐Smirnov test     (historical use only)
– Tests the magnitude of the largest difference between two 
empirical cdf plots
3/29/2010
13
Runs Tests and Replicates Tests 
• Does the curve systematically 
diff f b d i t ?differ from observed points?
• Use replicates test for replicated 
curve‐fit data
– Compare error between points and 
curve to error among reps
• Use runs test for non‐replicated p
curve‐fit data
– Tests the largest “run” of points 
above or below the curve
Notice the largest run
of 3 points above the
curve suggests model
is incorrect
Residual Plots
• Residuals are the errors 
between points and curvebetween points and curve
• Want to find independent and 
identically distributed random 
normal errors
• Look for non‐random trends 
and non‐constant variance
3/29/2010
14
Improving Model Fit
• Change the initial values to aid convergence
• Limit the range of X or Y to eliminate outliers 
• Add constraints to force the model to meet certain 
criteria that improve model fit
– E.g. Bottom = 0%, Top = 100%, …
• Use a weighting scheme to combat non‐constant 
variance or emphasize parts of the curve
Initial Values and Range
• Change the initial values of the parameters, if the 
model does not converge
– Try the “Don’t Fit Curve” option on the diagnostics tab to find 
better initial values
• Select the range of X values used curve‐fit to eliminate 
outliers or invalid data pointsoutliers or invalid data points
• Select the range of the fitted curve to complete the 
graphs and figures, if necessary
3/29/2010
15
Model Constraints
• Add hard or soft constraints 
to a model parameter
– Bottom = 0
– Top ≤ 100 %
• Improve model fit if doses 
are poorly chosen, etc.
– Not enough low doses
– Doses too low for saturation
Weights
• Use 1 / SD2 weights for non‐constant variance
– Requires many replicates per X
• Use other weight schemes to apply unequal weights to 
one part of the curve
– Use 1 / Y2 for larger errors at the highest responses
– Use 1 / X to emphasize values on the left of the graph
3/29/2010
16
Summary
• Remember these same basic techniques can q
be applied to any nonlinear regression
• Contact ScienceApps@niaid.nih.gov for 
additional help if needed
• Additional PRISM training is available
– Statistical Applications in Prism – April 8th, 1‐3 pm

Weitere ähnliche Inhalte

Was ist angesagt?

Bioinformatics and functional genomics
Bioinformatics and functional genomicsBioinformatics and functional genomics
Bioinformatics and functional genomics
Aisha Kalsoom
 

Was ist angesagt? (20)

Proteomics
Proteomics Proteomics
Proteomics
 
Introduction to databases.pptx
Introduction to databases.pptxIntroduction to databases.pptx
Introduction to databases.pptx
 
485 lec4 the_genome
485 lec4 the_genome485 lec4 the_genome
485 lec4 the_genome
 
GENOMICS AND BIOINFORMATICS
GENOMICS AND BIOINFORMATICSGENOMICS AND BIOINFORMATICS
GENOMICS AND BIOINFORMATICS
 
Bioinformatics and functional genomics
Bioinformatics and functional genomicsBioinformatics and functional genomics
Bioinformatics and functional genomics
 
Nanopore Sequencing
Nanopore SequencingNanopore Sequencing
Nanopore Sequencing
 
Programming languages in bioinformatics by dr. jayarama reddy
Programming languages in bioinformatics by dr. jayarama reddyProgramming languages in bioinformatics by dr. jayarama reddy
Programming languages in bioinformatics by dr. jayarama reddy
 
Comparitive genomics
Comparitive genomicsComparitive genomics
Comparitive genomics
 
BLAST
BLASTBLAST
BLAST
 
An Introduction to Genomics
An Introduction to GenomicsAn Introduction to Genomics
An Introduction to Genomics
 
Next generation sequencing
Next generation sequencingNext generation sequencing
Next generation sequencing
 
Bioinformatics
BioinformaticsBioinformatics
Bioinformatics
 
New generation Sequencing
New generation Sequencing New generation Sequencing
New generation Sequencing
 
Next Generation Sequencing
Next Generation SequencingNext Generation Sequencing
Next Generation Sequencing
 
Bioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahuBioinformatic, and tools by kk sahu
Bioinformatic, and tools by kk sahu
 
The Role of Bioinformatics in The Drug Discovery Process
The Role of Bioinformatics in The Drug Discovery ProcessThe Role of Bioinformatics in The Drug Discovery Process
The Role of Bioinformatics in The Drug Discovery Process
 
Tools and database of NCBI
Tools and database of NCBITools and database of NCBI
Tools and database of NCBI
 
Sequence homology search and multiple sequence alignment(1)
Sequence homology search and multiple sequence alignment(1)Sequence homology search and multiple sequence alignment(1)
Sequence homology search and multiple sequence alignment(1)
 
Homology modeling
Homology modelingHomology modeling
Homology modeling
 
Role of bioinformatics in drug designing
Role of bioinformatics in drug designingRole of bioinformatics in drug designing
Role of bioinformatics in drug designing
 

Ähnlich wie GraphPad Prism: Curve fitting

E00 program-level modeling and simulation experiences
E00   program-level modeling and simulation experiencesE00   program-level modeling and simulation experiences
E00 program-level modeling and simulation experiences
therealreverendbayes
 
Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...
US Environmental Protection Agency (EPA), Center for Computational Toxicology and Exposure
 
Final presentation dwi riyono
Final presentation dwi riyonoFinal presentation dwi riyono
Final presentation dwi riyono
Dwi Riyono
 
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Bibhuti Prasad Nanda
 
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Bibhuti Prasad Nanda
 
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
AliElmehdawi2
 
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdssssssssssssssssssssssssssssssssssssssssssssssscdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
ChristianQuijiaQueza
 
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
Eugm 2011   mehta - adaptive designs for phase 3 oncology trialsEugm 2011   mehta - adaptive designs for phase 3 oncology trials
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
Cytel USA
 
7500 Specification.PDF
7500 Specification.PDF7500 Specification.PDF
7500 Specification.PDF
Hoang Hung
 
Weakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using SnorkelWeakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using Snorkel
Anjani Dhrangadhariya
 

Ähnlich wie GraphPad Prism: Curve fitting (20)

ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
ADAPT: Analysis of Dynamic Adaptations in Parameter Trajectories
 
E00 program-level modeling and simulation experiences
E00   program-level modeling and simulation experiencesE00   program-level modeling and simulation experiences
E00 program-level modeling and simulation experiences
 
Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...
 
Final presentation dwi riyono
Final presentation dwi riyonoFinal presentation dwi riyono
Final presentation dwi riyono
 
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
 
Multivariate Analysis and Visualization of Proteomic Data
Multivariate Analysis and Visualization of Proteomic DataMultivariate Analysis and Visualization of Proteomic Data
Multivariate Analysis and Visualization of Proteomic Data
 
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
6Six sigma-in-measurement-systems-evaluating-the-hidden-factory (2)
 
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
Seth Rodgers - High Throughput Cell Culture Platform for Bioprocess Optimizat...
 
Revisiting the Calibration of Modern Neural Networks
Revisiting the Calibration of Modern Neural NetworksRevisiting the Calibration of Modern Neural Networks
Revisiting the Calibration of Modern Neural Networks
 
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry MaxwellLIMS in Modern Molecular Pathology by Dr. Perry Maxwell
LIMS in Modern Molecular Pathology by Dr. Perry Maxwell
 
Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...Can a combination of constrained-based and kinetic modeling bridge time scale...
Can a combination of constrained-based and kinetic modeling bridge time scale...
 
Video 1B Handout_2023.pptx
Video 1B Handout_2023.pptxVideo 1B Handout_2023.pptx
Video 1B Handout_2023.pptx
 
Video 1A Handout 2023.pptx
Video 1A Handout 2023.pptxVideo 1A Handout 2023.pptx
Video 1A Handout 2023.pptx
 
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdssssssssssssssssssssssssssssssssssssssssssssssscdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
cdsfdsfdsssssssssssssssssssssssssssssssssssssssssssssss
 
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
Critical Checks for Pharmaceuticals and Healthcare: Validating Your Data Inte...
 
Personality assessment based on biosignals during a decision-making task
Personality assessment based on biosignals during a decision-making taskPersonality assessment based on biosignals during a decision-making task
Personality assessment based on biosignals during a decision-making task
 
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
Eugm 2011   mehta - adaptive designs for phase 3 oncology trialsEugm 2011   mehta - adaptive designs for phase 3 oncology trials
Eugm 2011 mehta - adaptive designs for phase 3 oncology trials
 
7500 Specification.PDF
7500 Specification.PDF7500 Specification.PDF
7500 Specification.PDF
 
Counterfactual Learning for Recommendation
Counterfactual Learning for RecommendationCounterfactual Learning for Recommendation
Counterfactual Learning for Recommendation
 
Weakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using SnorkelWeakly supervised PICO information extraction using Snorkel
Weakly supervised PICO information extraction using Snorkel
 

Mehr von Bioinformatics and Computational Biosciences Branch

Mehr von Bioinformatics and Computational Biosciences Branch (20)

Hong_Celine_ES_workshop.pptx
Hong_Celine_ES_workshop.pptxHong_Celine_ES_workshop.pptx
Hong_Celine_ES_workshop.pptx
 
Virus Sequence Alignment and Phylogenetic Analysis 2019
Virus Sequence Alignment and Phylogenetic Analysis 2019Virus Sequence Alignment and Phylogenetic Analysis 2019
Virus Sequence Alignment and Phylogenetic Analysis 2019
 
Nephele 2.0: How to get the most out of your Nephele results
Nephele 2.0: How to get the most out of your Nephele resultsNephele 2.0: How to get the most out of your Nephele results
Nephele 2.0: How to get the most out of your Nephele results
 
Introduction to METAGENOTE
Introduction to METAGENOTE Introduction to METAGENOTE
Introduction to METAGENOTE
 
Intro to homology modeling
Intro to homology modelingIntro to homology modeling
Intro to homology modeling
 
Protein fold recognition and ab_initio modeling
Protein fold recognition and ab_initio modelingProtein fold recognition and ab_initio modeling
Protein fold recognition and ab_initio modeling
 
Homology modeling: Modeller
Homology modeling: ModellerHomology modeling: Modeller
Homology modeling: Modeller
 
Protein docking
Protein dockingProtein docking
Protein docking
 
Protein function prediction
Protein function predictionProtein function prediction
Protein function prediction
 
Protein structure prediction with a focus on Rosetta
Protein structure prediction with a focus on RosettaProtein structure prediction with a focus on Rosetta
Protein structure prediction with a focus on Rosetta
 
Biological networks
Biological networksBiological networks
Biological networks
 
UNIX Basics and Cluster Computing
UNIX Basics and Cluster ComputingUNIX Basics and Cluster Computing
UNIX Basics and Cluster Computing
 
Statistical applications in GraphPad Prism
Statistical applications in GraphPad PrismStatistical applications in GraphPad Prism
Statistical applications in GraphPad Prism
 
Intro to JMP for statistics
Intro to JMP for statisticsIntro to JMP for statistics
Intro to JMP for statistics
 
Categorical models
Categorical modelsCategorical models
Categorical models
 
Better graphics in R
Better graphics in RBetter graphics in R
Better graphics in R
 
Automating biostatistics workflows using R-based webtools
Automating biostatistics workflows using R-based webtoolsAutomating biostatistics workflows using R-based webtools
Automating biostatistics workflows using R-based webtools
 
Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)
 
Overview of statistics: Statistical testing (Part I)
Overview of statistics: Statistical testing (Part I)Overview of statistics: Statistical testing (Part I)
Overview of statistics: Statistical testing (Part I)
 
Appendix: Crash course in R and BioConductor
Appendix: Crash course in R and BioConductorAppendix: Crash course in R and BioConductor
Appendix: Crash course in R and BioConductor
 

KĂźrzlich hochgeladen

Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
HyderabadDolls
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
HyderabadDolls
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Bertram Ludäscher
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
SayantanBiswas37
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
ahmedjiabur940
 
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
HyderabadDolls
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Klinik kandungan
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
kumargunjan9515
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
gajnagarg
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
kumargunjan9515
 

KĂźrzlich hochgeladen (20)

Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Digital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham WareDigital Transformation Playbook by Graham Ware
Digital Transformation Playbook by Graham Ware
 
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
Jodhpur Park | Call Girls in Kolkata Phone No 8005736733 Elite Escort Service...
 
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptxRESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
 

GraphPad Prism: Curve fitting