search for: mumpup

Displaying 1 result from an estimated 1 matches for "mumpup".

2009 Jul 30
4
edit.row.names taking row names from the edited dataframe
...er than the row names from the original dataframe. In my data set i'm trying to extract several rows of data on particular individuals, i don't doubt i'm using the long way round but what i have in the way of a script is this: ##selecting the IDs from the dataframe individually A1<-mumpup[ID=="A1",] B1<-mumpup[ID=="B1",] B2<-mumpup[ID=="B2",] B3<-mumpup[ID=="B3",] B4<-mumpup[ID=="B4",] B6<-mumpup[ID=="B6",] B7<-mumpup[ID=="B7",] B8<-mumpup[ID=="B8",] B9<-mumpup[ID=="B9",...