Modeling Occurrence of First Migration in Breeding Amphibians: Suggestions?

  • Thread starter Thread starter wvguy8258
  • Start date Start date
  • Tags Tags
    Model Suggestions
AI Thread Summary
A statistical model is needed to analyze the timing of first migration in breeding amphibians, focusing on the day of occurrence as the dependent variable. The individual occurrence is unique, meaning once it happens, the probability for that individual becomes zero, complicating the use of traditional logistic regression. A suggested approach is to use multinomial logistic regression, incorporating cumulative independent variables to account for prior events. The study aims to identify factors influencing migration timing, particularly in relation to environmental conditions like temperature and rainfall. Existing literature, particularly from marketing, may provide insights into similar modeling techniques.
wvguy8258
Messages
48
Reaction score
0
Hi,

Does anyone have advice on a good statistical model for the following? I have a dependent variable that is the day that something occurs for an individual. It can occur on any of X number of days for any of Y individuals. It occurs once for each individual, so once it happens the probability of it occurring again is zero. There are a set of independent variables for each day and individual. I would like to model this as a probability that an individual has the occurrence on a specific day, so this would have to take into account what has happened before. I do not believe that logistic regression will work, because of the fact that once the occurrence happens, that individual is out of the data set. Perhaps a multinomial logistic regression with the reponse being day of occurrence and a set of cumulative independent variables to keep track of what happened previous to each day. I do not think a survival/time-to-event analysis is appropriate because time in this case doesn't matter. If conditions for an occurrence are right on day 1, the fact that it is only 1 day into the study doesn't matter.

By the way, the study is looking at factors that contribute to the timing of first migration to breeding ponds during a year's breeding season of a breeding population of a species of amphibian. All animals in the study (those observed to have migrated to breed) are known to have bred that year. It is common knowledge that warm temperatures in early spring with rain cause this migration, but no good analysis has been done so far using several data sets from different years and geographic locations. Thanks. -seth
 
Last edited:
Physics news on Phys.org
What you described ("a multinomial logistic regression with the reponse being day of occurrence and a set of cumulative independent variables to keep track of what happened previous to each day") sounds right.

One place you might look at is the marketing ("sales") literature. I am not very familiar with all aspects of it, but I know that they've used models like this that track cumulative sales growth. There may be other variants that track an individual's disposition to make a purchase, and the timing of it.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top