Displaying 1 result from an estimated 1 matches for "diast".
Did you mean:
dias
2011 Sep 14
0
Reshape - novel error message and fail
Hello all, thanks in advance for the trouble.
I can't reshape a particular large data.frame. I have used melt and reshape
successfully before, alot.
I am trying to go from wide to long format.
I wish to separate The named variables below into 3 groups : SYST, DIAST and
PULSE, and have them vary according to their timepoint: BAS, PRE, POST, INI
..... 240.
Currently:
> dim(book)
[1] 885 205
> typeof(book)
[1] "list"
> SYST<-grep("SYST", names(book))
> DIAST<-grep("DIAST", names(book))
> PULSE<-grep("P...