bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP-BUG: [bug #45886] Support for importing DTA Stata files


From: Charles Johnson
Subject: Re: PSPP-BUG: [bug #45886] Support for importing DTA Stata files
Date: Mon, 7 Sep 2015 04:41:34 +0000

I'm new here, but although I think it's a good idea, developers working to 
improve software usability and overall add more types of analysis in pspp (see 
FAQ http://www.gnu.org/software/pspp/faq.html). There are also ways to help.

There are ways to use in pspp dta files through the use of other software.
 - Epidata Manager http://www.epidata.dk/download.php
Epidata has a GUI that will let you easily import data in DTA format and export 
to SAV format.

 - R statistics https://www.r-project.org/
to Import:
library(foreign)
mydata <- read.dta("/home/user/mydata.dta")

to export:
library(foreign)
write.foreign(mydata, "home/user/mydata.txt", "home/user/mydata.sps", 
package="SPSS") 
                                

CJT

> Date: Sun, 6 Sep 2015 04:53:42 +0000
> To: address@hidden
> From: address@hidden
> Subject: PSPP-BUG: [bug #45886] Support for importing DTA Stata files
> 
> URL:
>   <http://savannah.gnu.org/bugs/?45886>
> 
>                  Summary: Support for importing DTA Stata files
>                  Project: PSPP
>             Submitted by: None
>             Submitted on: dom 06 sep 2015 04:53:41 UTC
>                 Category: System/Portable File I/O
>                 Severity: 5 - Average
>                   Status: None
>              Assigned to: None
>              Open/Closed: Open
>          Discussion Lock: Any
>                  Release: None
>                   Effort: 0.00
> 
>     _______________________________________________________
> 
> Details:
> 
> Stata is a software widely used in social sciences. It would be a good idea to
> PSPP have an import filter for Stata DTA files.
> 
> http://www.stata.com/help.cgi?dta
> 
> 
> 
> 
>     _______________________________________________________
> 
> Reply to this item at:
> 
>   <http://savannah.gnu.org/bugs/?45886>
> 
> _______________________________________________
>   Mensaje enviado vía/por Savannah
>   http://savannah.gnu.org/
> 
> 
> _______________________________________________
> Bug-gnu-pspp mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp
                                          


reply via email to

[Prev in Thread] Current Thread [Next in Thread]