search for: scandurra

Displaying 4 results from an estimated 4 matches for "scandurra".

2012 Nov 21
2
histogram help
Hi, I want to generate an histogram and plot on the y axis the percentage of a categorical variable and on the x axis a nominal variable. I want to move the origin to have 2 categories below 0. Hope somebody could help me. Thanks. Best, -- Rosario Ivano Scandurra [[alternative HTML version deleted]]
2018 Mar 22
3
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") > data1 <- readRDS("r17045_ESDB_Habitatges_BDD_V_1_0.rds") > library(foreign) > write.dta(data="data1", file = "D:/datasets/data1.dta") Error in write.dta(data =
2018 Mar 22
0
exporting data to stata
Hi , library(foreign) write.dta(data1, "data1.dta") should work. 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-bounces at r-project.org] On Behalf Of rosario scandurra Sent: 22 March 2018 07:47 To: r-help at 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") > data1 <- readRDS...
2018 Mar 22
1
exporting data to stata
..." must have 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-bounces at r-project.org] On Behalf Of rosario scandurra > Sent: 22 March 2018 07:47 > To: r-help at 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:...