C <- cbind(x=A[, 1], n=B[, 2])
linda.s a écrit : >On 3/23/06, Jim Porzak <[EMAIL PROTECTED]> wrote: > > >>C <- cbind(A[, 1], B[, 2]) >> >> >> >> >The result is: > [,1] [,2] >[1,] 1 2 >[2,] 3 8 >How to keep x and n as the column title? >Linda > >______________________________________________ >[email protected] mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > > > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
