Displaying 1 result from an estimated 1 matches for "paraday".
Did you mean:
  faraday
  
2008 Jun 29
2
Survival Analysis with two different events
...;, where
1=died, 0=survived)
2. The day number of death/last recorded day it was observed alive.
3. Whether the nest was attacked by the parasite (0/1 as with 1.)
4. The day number of attack/ last recorded day the nest was observed without
a parasite.
i.e. example dataset:
status   death   para   paraday
0           42       0       42
1           32       0       42
1           25       1       13
0           42       1       25 ...
I've looked over r-help, as well as in Crawley etc., but I have yet to find
a solution. Can anyone point me in the right direction or literature?
Many thanks,
E...