search for: bout8

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

Did you mean: bout
2010 May 31
4
correcting a few data in a large data frame
...5 6 7 8 9 10 ... $ bout1 : int 0 1 0 1 1 1 0 1 0 1 ... $ bout2 : int 0 1 0 0 0 0 0 0 0 1 ... $ bout3 : int 0 1 0 0 0 0 0 0 0 1 ... $ bout4 : int 0 1 0 0 0 0 0 0 0 0 ... $ bout5 : int 0 1 0 0 0 0 0 0 0 0 ... $ bout6 : int 0 1 0 0 0 0 0 0 0 0 ... $ bout7 : int 0 1 0 0 0 0 0 0 0 0 ... $ bout8 : int 0 1 0 0 0 0 0 0 0 0 ... head(lwf) bushno bout1 bout2 bout3 bout4 bout5 bout6 bout7 bout8 1 1 0 0 0 0 0 0 0 0 2 2 1 1 1 1 1 1 1 1 3 3 0 0 0 0 0 0 0 0 4 4 1 0 0...