K-12
Introductory
Advanced
Illustrated Glossary
Instructor Communication
Translations
APSnet Feature Articles
Lessons and Laboratories
Mentors
News and Views
Programs and Workshops
Resource Guide
DeBary Children's Science Book Award
Introduction to the Pathogen Groups
Plant Disease Lessons
Laboratory Exercises
Topics in Plant Pathology
Case Studies
Hungry Planet: Stories of Plant Diseases
APSnet Feature Articles
Resource Guide
Plant Disease Mngmt Simulations
APSnet Feature Articles
Laboratory Exercises
Resource Guide
Topics in Plant Pathology
Plant Disease Mngmnt. Simulations
A-D
E-H
I-M
N-R
S-V
W-Z
Restricted Area for Instructors
Teaching Articles
Teaching Notes
Home
|
Log In
QUICK LINKS
Join APS
Renew Membership
Buy a Book
APS Journals
Event Calendar
Member Directory
Introduction to the R Programming Environment
Disease Progress over Time
Case Study #1: Sting Nematode
AUDPC
Case Study #2: Stripe Rust
Linear Regression
Nonlinear Regression
Using Growth Models
Case Study #3: Citrus Canker
Case Study #4: Cassava Mosaic disease
Conclusions
Quiz and Study Questions
References
ModelingDispersalGradients
Spatial Analysis
Disease Forecasting
Share
APSnet
>
Education
>
Advanced
>
Topics in Plant Pathology
>
Ecology and Epidemiology in R
>
Disease Progress over Time
>
Quiz and Study Questions
Quiz
If you need to compare disease progress and severity in two different years, how can you use R to do that?
We know from reading about
Xanthamonas axonopodis
pv.
citri
that there is a direct relationship between spread of this pathogen and wind-driven rain, particularly, rain events associated with wind speeds greater than 8 ms
-1
. Do any of the models discussed in this section reflect that relationship? If so, which ones?
When doing non-linear regression in R why do we need the initial value for the parameter estimates?
How can an insect infestation influence the rate at which disease progresses over time for plant pathogens? Are there ways to account for any interaction using the models depicted in this document?
Why is the study of disease progress over time important? What answers does this type of research provide?
You have read about AUDPC, what does it mean in terms of the disease? Why is it important?
Is it possible to predict how plant resistance to a disease affects disease progress over time? How would you do that? What kind of model would you use?
The exponential model assumes that the absolute rate of disease increase (
dy
/
dt
) is proportional to the level of disease present (
y
), whereas the monomolecular model assumes the absolute rate of change is proportional to the healthy tissue (1-
y
). What is the shape of these curves and how does this affect their usefulness in different situations?
The Weibull model is said to be flexible as it contains a larger number of parameters. Give an estimate of the parameters a, b, and c in the Weibull model that could approximate the example of a logistic model in the document?
When doing a simple linear regression, why is model checking necessary?
References