Re: [R] Fwd: Questions about working with a dataframe

2013-06-27 Thread Jacqueline Oehri
; , "David Winsemius" , r-help@r-project.org Betreff: RE: Aw: Re: [R] Fwd: Questions about working with a dataframe It is always better when dealing with R to use plain text. HTML messes things up badly sometimes and it is also a good idea to reply to the R-help list rather than indivi

Re: [R] Fwd: Questions about working with a dataframe

2013-06-26 Thread John Kane
before we managed to reply Other responses in line John Kane Kingston ON Canada -Original Message- From: jacqueline.oe...@gmx.ch Sent: Wed, 26 Jun 2013 11:18:41 +0200 (CEST) To: dwinsem...@comcast.net, jrkrid...@inbox.com, r-help@r-project.org Subject: Aw: Re: [R] Fwd: Questions about

Re: [R] Fwd: Questions about working with a dataframe

2013-06-25 Thread John Kane
Ouch. My apologies David, after reading the message I didn't bother to look at the txt file. John Kane Kingston ON Canada > -Original Message- > From: dwinsem...@comcast.net > Sent: Tue, 25 Jun 2013 09:09:15 -0700 > To: jrkrid...@inbox.com > Subject: Re: [R]

Re: [R] Fwd: Questions about working with a dataframe

2013-06-25 Thread David Winsemius
On Jun 25, 2013, at 8:57 AM, John Kane wrote: > Hi, welcome to R > > Try using the function str() on both files so str(WWA) and str(oWWA) and > compare the structures that you get. Probably one of the varables you > defined when creating the original WWA data set has changed from a character

Re: [R] Fwd: Questions about working with a dataframe

2013-06-25 Thread John Kane
Hi, welcome to R Try using the function str() on both files so str(WWA) and str(oWWA) and compare the structures that you get. Probably one of the varables you defined when creating the original WWA data set has changed from a character variable to a factor or vis versa. It is a good idea to