Displaying 1 result from an estimated 1 matches for "presyst".
Did you mean:
presist
2011 Sep 14
0
Reshape - novel error message and fail
...:
> dim(book)
[1] 885 205
> typeof(book)
[1] "list"
> SYST<-grep("SYST", names(book))
> DIAST<-grep("DIAST", names(book))
> PULSE<-grep("PULSE", names(book))[1:11]
> names(book)[c(SYST,DIAST,PULSE)]
[1] "BASSYST" "PRESYST" "POSTSYST" "SYSTINI"
[5] "SYST5" "SYST10" "SYST15" "SYST25"
[9] "SYST40" "SYST60" "SYST240" "BASDIAST"
[13] "PREDIAST" "POSTDIAST" "DIASTI...