search for: timelag

Displaying 5 results from an estimated 5 matches for "timelag".

Did you mean: timehog
2011 Mar 24
1
fraction with timelag
Dear r-help, I'm having this DF df <- data.frame(id = 1:6, xout = c(1234, 2134, 234, 456, 324, 345), xin= c(NA, 34,67,87,34, NA)) and would like to calculate the fraction (xin_t / xout_t-1) The result should be: # NA, 2.76, 3.14, 37.18, 7.46, NA I am sure there is a solution using zoo... but I don't know how... Thanks for any help! Patrick
2011 May 09
3
Recursive Indexing Failed
Dear all, I would like to ask your help concerning an error message I get. I have the following struct str(CRagentInTime[[1]]) List of 2 $ timelag: int 0 $ CRagent:List of 50 ..$ :List of 3 .. ..$ CRmap: num [1:256, 1:256] NA NA NA NA NA NA NA NA NA NA ... .. ..$ xy : num [1:2] 10 177 .. ..$ sr : num [1:49] -94.9 -92.8 -79.5 -97.6 -78.4 ... and I wanted to select all the sr fields for every of each one of the 50 CRagent Lists I...
2005 Oct 30
0
HOW TO WRITE A DOUBLE EXPONENTIAL FUNCTION
...6670*ab7175*ab7680*ab8185*ab8690*ab9193*abgg*abgf*abgu*abgj*abgd*abfg*abff*abfu*abfj*abfd*abug*abuf*abuj*abud* abjg*abjf*abju*abjj*abjd*abdg*abdf*abdu*abdj*abdd*EXP(-C1*cbgg*cbgf*cbgu*cbgj*cbgd*cbfg*cbff*cbfu*cbfj*cbfd*cbug*cbuf*cbuj*cbud*cbjg*cbjf*cbju*cbjj*cbjd* cbdg*cbdf*cbdu*cbdj*cbdd*TIMELAG)*(1-EXP(-c2*TIMELAG)) )/sqcite; and ab1978,ab1979,ab1980,ab1981,ab1982,ab1983,ab1984,ab1985,ab1986,ab1987,ab1988,ab1989, ab1990, ab1991,ab1992,ab1993,ab1994, ab6670,ab7175,ab7680,ab8185,ab8690,ab9193,abgg,abgf,abgu,abgj,abgd,abfg,abff,abfu,abfj,abfd,abug,abuf,abuj,abud,abjg,abjf,abju,abjj,abjd,abdg...
2004 Nov 05
0
R check passes code and docs that don't match
...initprobs = NULL, # initial state occupancy probabilities data=list(), # optional data frame in which to interpret variable names fromto = FALSE, fromstate, # tostate, # data required if fromto is TRUE timelag, # death = FALSE, # 'death' states, ie, entry time known exactly, but unknown transient state at previous instant tunit = 1.0, # no longer used exacttimes = FALSE, fixedpars = NULL, # specify which parameters to fix...
2004 Oct 26
1
Installing packages on Debian linux
...ng. As you may know, Debian's policies involve a two-week waiting period, and a lack of critical bugs reported, for a package to make it into testing. So there's a certain innate lag in what you see in testing. If you're a user of testing, it's because you like that tradeoff between timelag and stability. The Debian packages get updated automatically when one does # apt-get update && apt-get dist-upgrade from time to time. The stuff you get using install.packages() doesn't. A few weeks ago I had asked Dirk how one might automate the removal of packages that I put in, u...