[R] data management on R

Jim Porzak jporzak at gmail.com
Fri Mar 24 07:57:27 CET 2006


C <- cbind(A[, 1], B[, 2])


On 3/23/06, zhijie zhang <epistat at gmail.com> wrote:
> Dear friends,
>  i have two dataset: A and B
> A:
>  x  y
> 1  2
> 3  4
>
> B:
>  m  n
>  1   2
> 7   8
>
> How to generate datasetC:
> C:
>  x  n
>  1   2
> 3   8
>  i know sas can do it easily, what about R?
>
> --
> Kind Regards,
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>


--
HTH,
Jim Porzak
Loyalty Matrix Inc.
San Francisco, CA




More information about the R-help mailing list