Displaying 1 result from an estimated 1 matches for "inactt".
Did you mean:
inact
2011 Aug 24
2
Append a value to a vector
This should be easy but it does not work
I have 3 vectors*(activeT,inactT, activeR)*,
the idea is that if the last value in inactT is higher than the last in
activeT
this value has to be append in active T
and the last value in another vector call activeR has to be repeated.
(at the bottom you can find the vectors)
I have done this:
activeT=round(as.numeric(activeT))
in...