Re: [R] Separate Array Variable Content

2012-06-01 Thread David Winsemius
son to try to guess what class these items might be after reconstruction from the mail-client-mangled output you offered. -- David. - Thanks Antony. From: ila...@gmail.com [mailto:ila...@gmail.com] On Behalf Of ilai Sent: Wednesday, May 30, 2012 10:35 PM To: Akkara, Antony (GE Energy, Non-GE)

Re: [R] Separate Array Variable Content

2012-06-01 Thread ilai
70 80 90 > F F T > > ** ** > > ** ** > > Can I get an immediate reply ? > > ** ** > > - Thanks > > Antony. > > ** ** > > ** ** > &g

Re: [R] Separate Array Variable Content

2012-06-01 Thread Akkara, Antony (GE Energy, Non-GE)
From: ila...@gmail.com [mailto:ila...@gmail.com] On Behalf Of ilai Sent: Wednesday, May 30, 2012 10:35 PM To: Akkara, Antony (GE Energy, Non-GE) Cc: r-help@r-project.org Subject: Re: [R] Separate Array Variable Content If you haven't done so you *must* read an Introduction to R. The on

Re: [R] Separate Array Variable Content

2012-05-30 Thread David Winsemius
On May 30, 2012, at 1:04 PM, ilai wrote: If you haven't done so you *must* read an Introduction to R. The only reason this is a problem is Myarray is a character string, not a function or expression to be evaluated. I think this will get you what you want though: # In the future use the out

Re: [R] Separate Array Variable Content

2012-05-30 Thread arun
HI Antony, I am not sure how you want the result. Is it something like this?  Also, do you have lots of conditions in the array? > Mydat2   ABC PQR XYZ ELIGIBLE_ABC ELIGIBLE_PQR ELIGIBLE_ABC_XYZ 1  10  20  30   TRUE 2  40  50 

Re: [R] Separate Array Variable Content

2012-05-30 Thread ilai
If you haven't done so you *must* read an Introduction to R. The only reason this is a problem is Myarray is a character string, not a function or expression to be evaluated. I think this will get you what you want though: # In the future use the output of ?dput to provide data to this list (MyMa