Displaying 2 results from an estimated 2 matches for "geru".
Did you mean:
gerd
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...
2008 Feb 14
0
Replacing columns in a data frame using a previous condition (SOLVED)
Dear R-list,
Thanks a lot for your help. Thanks to Jim, Dimitris and Phil. It's exactly
what I needed to do.
Jorge
On 2/14/08, Jorge Iván Vélez <jorgeivanvelez@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...