Re: [R] exporting data to stata

2018-03-22 Thread Anthony Damico
class data.frame > > > The file will be saved in the working directory. > > Use > > getwd() > > to know the working directory. > > > > Best wishes > > Amalraj Raja > > > > -Original Message- > > From: R-help [mailto:r-help-boun...

Re: [R] exporting data to stata

2018-03-22 Thread Ista Zahn
-Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of rosario > scandurra > Sent: 22 March 2018 07:47 > To: r-help@r-project.org > Subject: [R] exporting data to stata > > Hi, > > I am new to R and I want to export data into Stata. Could s

Re: [R] exporting data to stata

2018-03-22 Thread Michael Dewey
Dear Rosario Your object called data1 is, as you showed us, of the wrong class. You therefore need to convert it in some way although i suspect you will then use the survey information. Michael. On 22/03/2018 07:46, rosario scandurra wrote: Hi, I am new to R and I want to export data into

Re: [R] exporting data to stata

2018-03-22 Thread Raja, Dr. Edwin Amalraj
scandurra Sent: 22 March 2018 07:47 To: r-help@r-project.org Subject: [R] exporting data to stata Hi, I am new to R and I want to export data into Stata. Could somebody help with that? Thanks a lot. This is the code I am using: > setwd("D:/datasets/Seg-bcn/ESBD&qu