|
1
|
|
|
2
|
|
|
3
|
- Creates scientific graphs
- Performs basic biostatistics
- Helps you organize your data
- Fits curves with nonlinear regression
- Helps you pick analyses and interpret results
- Easy to learn
- Efficient to use
|
|
4
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
5
|
|
|
6
|
|
|
7
|
|
|
8
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
9
|
|
|
10
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
11
|
|
|
12
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
13
|
|
|
14
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
15
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
16
|
|
|
17
|
- Regular nonlinear regression minimizes the sum of the squared vertical
distances between points and curve.
- Global nonlinear regression minimizes the sum of the sum-of-squares for
all data sets.
- Only makes sense when all data sets are expressed in same units (or at
least normalized to be comparable).
|
|
18
|
- Prism 4 would not have shared parameters if not for the help, and
repeated nagging, of Arthur Christopoulos Dept. of Pharmacology,
University of Melbourne … who also created initial drafts of many of
these slides.
|
|
19
|
|
|
20
|
|
|
21
|
|
|
22
|
|
|
23
|
|
|
24
|
|
|
25
|
|
|
26
|
|
|
27
|
|
|
28
|
|
|
29
|
|
|
30
|
|
|
31
|
|
|
32
|
|
|
33
|
|
|
34
|
|
|
35
|
|
|
36
|
|
|
37
|
|
|
38
|
|
|
39
|
|
|
40
|
|
|
41
|
|
|
42
|
|
|
43
|
|
|
44
|
|
|
45
|
|
|
46
|
|
|
47
|
|
|
48
|
|
|
49
|
|
|
50
|
|
|
51
|
|
|
52
|
|
|
53
|
|
|
54
|
|
|
55
|
|
|
56
|
|
|
57
|
|
|
58
|
|
|
59
|
|
|
60
|
|
|
61
|
- Lets you save time and get better results.
- Three features in Prism 4 facilitate global fitting:
- Share one or more parameters between data sets
- Specify different equations for different data sets (<A> syntax)
- Specify that one parameter in the equation gets its value from the
column title of each data set. So a constant within each data set, but
different values for different data sets. You can think of this as a
second independent variable.
|
|
62
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
63
|
- More complicated model (more parameters) almost always fits better.
- Two-site model fits better than one-site
- Three-site model fits even better
- So need to trade-off improvement in fit (lower SS) with more parameters
(fewer df)
- Two ways to do this: F test and AIC
|
|
64
|
|
|
65
|
|
|
66
|
|
|
67
|
|
|
68
|
|
|
69
|
|
|
70
|
- F test:
- If the simpler model were correct, what is the chance of obtaining data
where the difference in sum-of-squares between the two models is as
large or larger than you observed?
- AICc:
- How well do the data support each model? Which model is more likely to
be correct? How much more likely?
|
|
71
|
- F test:
- Statistical hypothesis testing (familiar to many, null hypothesis, P
value…)
- Compares nested models only.
- Requires threshold significance level (0.05)
- Makes a decision so you don’t have to think.
- Not straightforward to extend to three or more models.
- Assumptions: Gaussian independent error….
|
|
72
|
- AICc:
- Information theory. Unfamiliar to many.
- Compares nested, or unnested, models.
- Easy to extend to three or more models.
- Doesn’t make decision.
- Tells you how well the data support each model.
- Assumptions: Gaussian independent error….
|
|
73
|
- If models not nested, use AIC.
- If comparing three or more models, use AIC.
- In all other cases (the vast majority) it is a matter of taste.
- I prefer AIC, as it answers the question you care about: Which model is
more likely to be correct and how much more likely?
|
|
74
|
|
|
75
|
|
|
76
|
|
|
77
|
- Rephrase the question to compare models, with our without sharing.
|
|
78
|
|
|
79
|
|
|
80
|
|
|
81
|
|
|
82
|
|
|
83
|
|
|
84
|
|
|
85
|
|
|
86
|
|
|
87
|
|
|
88
|
|
|
89
|
- Confidence and prediction bands
- Constraints
- Fit only to selected range
- Several standard curves at once
- Define more complicated models. More parameters. More functions. Define
different equations for different data sets.
- Global fitting (shared parameters)
- Comparing models. Easier. AICc or F test.
- New book on nonlinear regression
|
|
90
|
|