Skip to:Content
|
Bottom
Cover image for Ecological models and data in R
Title:
Ecological models and data in R
Personal Author:
Publication Information:
Princeton, N.J. : Princeton University Press, c2008
Physical Description:
vii, 396 p. : ill. ; 26 cm.
ISBN:
9780691125220

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010278095 QH541.15.S72 B65 2008 Open Access Book Book
Searching...

On Order

Summary

Summary

Ecological Models and Data in R is the first truly practical introduction to modern statistical methods for ecology. In step-by-step detail, the book teaches ecology graduate students and researchers everything they need to know in order to use maximum likelihood, information-theoretic, and Bayesian techniques to analyze their own data using the programming language R. Drawing on extensive experience teaching these techniques to graduate students in ecology, Benjamin Bolker shows how to choose among and construct statistical models for data, estimate their parameters and confidence limits, and interpret the results. The book also covers statistical frameworks, the philosophy of statistical modeling, and critical mathematical functions and probability distributions. It requires no programming background--only basic calculus and statistics.


Practical, beginner-friendly introduction to modern statistical techniques for ecology using the programming language R
Step-by-step instructions for fitting models to messy, real-world data
Balanced view of different statistical approaches
Wide coverage of techniques--from simple (distribution fitting) to complex (state-space modeling)
Techniques for data manipulation and graphical display
Companion Web site with data and R code for all examples


Author Notes

Benjamin M. Bolker is a theoretical ecologist in the departments of Mathematics & Statistics and Biology at McMaster University.


Table of Contents

Acknowledgmentsp. ix
1 Introduction and Backgroundp. 1
1.1 Introductionp. 1
1.2 What This Book Is Not Aboutp. 3
1.3 Frameworks for Modelingp. 5
1.4 Frameworks for Statistical Inferencep. 10
1.5 Frameworks for Computingp. 17
1.6 Outline of the Modeling Processp. 20
1.7 R Supplementp. 22
2 Exploratory Data Analysis and Graphicsp. 29
2.1 Introductionp. 29
2.2 Getting Data into Rp. 30
2.3 Data Typesp. 34
2.4 Exploratory Data Analysis and Graphicsp. 40
2.5 Conclusionp. 59
2.6 R Supplementp. 59
3 Deterministic Functions for Ecological Modelingp. 72
3.1 Introductionp. 72
3.2 Finding Out about Functions Numericallyp. 73
3.3 Finding Out about Functions Analyticallyp. 76
3.4 Bestiary of Functionsp. 87
3.5 Conclusionp. 100
3.6 R Supplementp. 100
4 Probability and Stochastic Distributions for Ecological Modelingp. 103
4.1 Introduction: Why Does Variability Matter?p. 103
4.2 Basic Probability Theoryp. 104
4.3 Bayes' Rulep. 107
4.4 Analyzing Probability Distributionsp. 115
4.5 Bestiary of Distributionsp. 120
4.6 Extending Simple Distributions: Compounding and Generalizingp. 137
4.7 R Supplementp. 141
5 Stochastic Simulation and Power Analysisp. 147
5.1 Introductionp. 147
5.2 Stochastic Simulationp. 148
5.3 Power Analysisp. 156
6 Likelihood and All Thatp. 169
6.1 Introductionp. 169
6.2 Parameter Estimation: Single Distributionsp. 169
6.3 Estimation for More Complex Functionsp. 182
6.4 Likelihood Surfaces, Profiles, and Confidence Intervalsp. 187
6.5 Confidence Intervals for Complex Models: Quadratic Approximationp. 196
6.6 Comparing Modelsp. 201
6.7 Conclusionp. 220
7 Optimization and All Thatp. 222
7.1 Introductionp. 222
7.2 Fitting Methodsp. 223
7.3 Markov Chain Monte Carlop. 233
7.4 Fitting Challengesp. 241
7.5 Estimating Confidence Limits of Functions of Parametersp. 250
7.6 R Supplementp. 258
8 Likelihood Examplesp. 263
8.1 Tadpole Predationp. 263
8.2 Goby Survivalp. 276
8.3 Seed Removalp. 283
9 Standard Statistics Revisitedp. 298
9.1 Introductionp. 298
9.2 General Linear Modelsp. 300
9.3 Nonlinearity: Nonlinear Least Squaresp. 306
9.4 Nonnormal Errors: Generalized Linear Modelsp. 308
9.5 R Supplementp. 312
10 Modeling Variancep. 316
10.1 Introductionp. 316
10.2 Changing Variance within Blocksp. 318
10.3 Correlations: Time-Series and Spatial Datap. 320
10.4 Multilevel Models: Special Casesp. 324
10.5 General Multilevel Modelsp. 327
10.6 Challengesp. 333
10.7 Conclusionp. 334
10.8 R Supplementp. 335
11 Dynamic Modelsp. 337
11.1 Introductionp. 337
11.2 Simulating Dynamic Modelsp. 338
11.3 Observation and Process Errorp. 342
11.4 Process and Observation Errorp. 344
11.5 SIMEXp. 346
11.6 State-Space Modelsp. 348
11.7 Conclusionsp. 357
11.8 R Supplementp. 360
12 Afterwordp. 362
Appendix Algebra and Calculus Basicsp. 363
A.1 Exponentials and Logarithmsp. 363
A.2 Differential Calculusp. 364
A.3 Partial Differentiationp. 364
A.4 Integral Calculusp. 365
A.5 Factorials and the Gamma Functionp. 365
A.6 Probabilityp. 365
A.7 The Delta Methodp. 366
A.8 Linear Algebra Basicsp. 366
Bibliographyp. 369
Index of R Arguments, Functions, and Packagesp. 383
General Indexp. 389
Go to:Top of Page