Preparing Data For Statistical Analysis and Reporting

R

Robert

How much data munging is done by Ruby-ists?

If you need some tools for preparing data for analysis, transforming
data, and cleaning data up, there are some tools to check out at:

http://directory.fsf.org/math/stats

including:

Vilno
DAP
PSPP

DAP is an open-source version of SAS
PSPP is an open-source version of SPSS
Vilno uses it's own language for data transformation, similar to SQL
SELECT, SAS, and SPSS.

For statistics itself, I am rather curious about Apophenia
( apparently a C library for statistics that can be called by any
statistics package).



Robert
 
M

M. Edward (Ed) Borasky

Robert said:
How much data munging is done by Ruby-ists?

If you need some tools for preparing data for analysis, transforming
data, and cleaning data up, there are some tools to check out at:

http://directory.fsf.org/math/stats

including:

Vilno
DAP
PSPP

DAP is an open-source version of SAS
PSPP is an open-source version of SPSS
Vilno uses it's own language for data transformation, similar to SQL
SELECT, SAS, and SPSS.

For statistics itself, I am rather curious about Apophenia
( apparently a C library for statistics that can be called by any
statistics package).



Robert

Thanks for the pointers! This is actually something I do a lot in my day
job. Most of the data extraction is done in Perl, mostly because Ruby
didn't exist when I wrote most of the code. If there were a couple other
Ruby programmers around, I'd port it to Ruby/Rails/Ruport.

Nearly all of the statistics I do is in R, also an open source project.
There is an R-Ruby bridge called "RSRuby", so that would be another way
to get into this.

Nearly everything I do these days is large enough that I use either SQL
Server or PostgreSQL to manage the datasets. By the end of the year I
expect it will all be in PostgreSQL -- the SQL Server licenses are too
expensive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top