Displaying 1 result from an estimated 1 matches for "bsampl2".
Did you mean:
asample
2007 Apr 19
1
Error with strptime
...ous but I don't understand why I get an error message
after
bsamp$spltime<-strptime(test,format="%d-%B-%y %H:%M")
whereas I can get what I want if I do it in 2 steps and rbinding ?
Thanks and best regards, Jean-Louis
This is the R console output
> bsamp<-read.table("bsampl2.csv",header=T,sep=";")
> names(bsamp)<-tolower(names(bsamp))
> bsamp<-upData(bsamp,drop=c("study"))
Input object size: 23896 bytes; 15 variables
Dropped variable study
New object size: 23016 bytes; 14 variables
> bsamp$visitdat<...