Displaying 2 results from an estimated 2 matches for "v_star".
Did you mean:
  __star
  
2012 Mar 07
4
problem with data
Good Afternoon,
?? I have a small problem with the following code.
# The x.sub$Time[[1]]  2006-10-31 19:03:01 EST
# when put in variable star give-me  
star<-x.sub$Time[[1]]
print(star)
print(x.sub$Time[[1]])
 [1]  1 36 32  -........
do not understand why
--
View this message in context: http://r.789695.n4.nabble.com/problem-with-data-tp4453510p4453510.html
Sent from the R help mailing
2012 Apr 06
4
Order sapply
Good Afternoon,
   I have the following code, but it seems that something must be doing
wrong, because it is giving the results I want.
The idea is to create segments while the value of Commutation is less than
1000.
for example, from the small set of data below
text="
val_user  pos    v    v_star    v_end    commutation    v_source   
v_destine
1    1 96-96    1173438391    1173438391    0    96    96
3    2    126-126    1172501729    1172501532    197    126    126
3    3    126-35    1174404177    1172501909    1902268    126    35
3    4    35-56    1174404252    1174404221    31    35...