Displaying 2 results from an estimated 2 matches for "usa5854".
Did you mean:
  usa5855
  
2008 Feb 14
2
Replacing columns in a data frame using a previous condition
Dear R-list,
I'm working with a data frame which dimensions are
> dim(GERU)
[1] 3468  318
and looks like
> GERU[1:10,1:10]
       ped ind par1 par2 sex sta rs7696470 rs7696470.1 rs1032896 rs1032896.1
1  USA5854   2    0    0   2   1         4           4         1           1
2  USA5854   3    1    2   1   1         4           4         1           1
3  USA5854   4    1    2   2   2         1           4         1           3
4  USA5854   5    1    2   1   2         4           2         2           1
5...
2008 Feb 14
0
Replacing columns in a data frame using a previous condition (SOLVED)
...nvelez@gmail.com> wrote:
> Dear R-list,
>
> I'm working with a data frame which dimensions are
>
> > dim(GERU)
> [1] 3468  318
>
> and looks like
>
> > GERU[1:10,1:10]
>       ped ind par1 par2 sex sta rs7696470 rs7696470.1 rs1032896
rs1032896.1
> 1  USA5854   2    0    0   2   1         4           4         1
1
> 2  USA5854   3    1    2   1   1         4           4         1
1
> 3  USA5854   4    1    2   2   2         1           4         1
3
> 4  USA5854   5    1    2   1   2         4           2         2
1
> 5  USA5855   1    0...