search for: m_uc

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

Did you mean: m_u
2008 Sep 22
1
Deleting multiple variables
...i need to delete all vars between two points. I've used the 'which' function to find these out and have assigned to myvar >myvars [1] 2 17 but i can't figure out how i should apply this? Should i loop through the values? (Psydo code below?) for (x in c(myvars[1]:myvars[2])) (M_UC$x<-NULL)) Any help gratful Mike [[alternative HTML version deleted]]