Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: SPSS for UBUNTU?  (gelezen 17548 keer)

schoapd

  • Gast
SPSS for UBUNTU?
« Gepost op: 2006/09/29, 19:56:00 »
Ik heb het statistiek programma SPSS voor windows . Heeft iemand enig idee of het mogelijk is om dit programma ook op Ubuntu te laten draaien?

Ik lees het graag!

Offline bartek

  • Lid
    • http://bartek.blogsome.com
SPSS for UBUNTU?
« Reactie #1 Gepost op: 2006/09/29, 20:43:46 »
Ik denk dat dit perfect zal werken voor jou:
http://www.gnu.org/software/pspp/pspp.html

PSPP als alternatief voor SPSS
(ze worden wel origineel met hun namen h
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #2 Gepost op: 2006/09/29, 21:21:29 »
Thanx mate, heb 'm gedownload maar weet niet waar ik het program kan vinden... Heb jij een idee waar ie moet staan?

Ben wel benieuwd of die de concurentie aankan met spss... dat zou erg vet zijn, en me meer Ubuntufan maken...


Weet je overigens ook of je SPSS voor windows kan laten draaien op Ubuntu, of is dat impossible?

Offline bartek

  • Lid
    • http://bartek.blogsome.com
SPSS for UBUNTU?
« Reactie #3 Gepost op: 2006/09/29, 21:39:32 »
Dat weet ik zo niet. Zit het programma nergens in de menu's? Doe eens pspp in je terminal en kijk eens of 't programma verschijnt.
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #4 Gepost op: 2006/09/29, 21:44:11 »
dirk@dirk-desktop:~$ pspp
PSPP is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying." to see the conditions.
There is ABSOLUTELY NO WARRANTY for PSPP; type "show warranty." for details.
GNU pspp 0.4.0  (Mon Nov 28 15:54:55 UTC 2005).
PSPP>

Saamelainen

  • Gast
SPSS for UBUNTU?
« Reactie #5 Gepost op: 2006/09/29, 21:49:15 »
Je kunt je even afmelden en weer aanmelden. Soms verschijnt het dan pas in het menu. Zoniet, dan kun je in Synaptic eens kijken bij Eigenschappen van het programma. Daar staat namelijk ook bij waar alle onderdelen gebleven zijn. Dit zal vast ook wel in de terminal kunnen met een commando, maar dat weet ik niet.;)

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #6 Gepost op: 2006/09/29, 22:09:18 »
Heb wel wat gevonden in usr/share/doc/pspp met daarin de volgende bestanden waar ik niet veel raad mee weet..

map: pspp.html (allemaal html bestanden)
changelog-debian.gz
changelog.gz
copyright
pspp.pdf (handleiding van het program)
read me
todo.gz


...

budster

  • Gast
SPSS for UBUNTU?
« Reactie #7 Gepost op: 2006/09/29, 22:16:03 »
ik zou pspp.pdf eens doorlezen, lijkt mij een aardige start.

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #8 Gepost op: 2006/09/29, 22:29:25 »
A.1 UNIX installation
To install PSPP under a UNIX-like operating system, follow the steps below in order. Some
of the text below was taken directly from various Free Software Foundation sources.
 1. cd to the directory containing the PSPP source.
 2. Type `./configure' to con gure for your particular operating system and compiler.
     Running configure takes a while. While running, it displays some messages telling
     which features it is checking for.
     You can optionally supply some options to configure to give it hints about how to
     do its job. Type ./configure --help to see a list of options. One of the most useful
     options is `--with-checker', which enables the use of the Checker memory debugger
     under supported operating systems. Checker must already be installed to use this
     option. Do not use `--with-checker' if you are not debugging PSPP itself.
 3. (optional) Edit `Makefile', `config.h', and `pref.h'. These les are produced by
     configure. Note that most PSPP settings can be changed at runtime.
     `pref.h' is only generated by configure if it does not already exist. (It's copied from
     `prefh.orig'.)
 4. Type `make' to compile the package. If there are any errors during compilation, try to
      x them. If modi cations are necessary to compile correctly under your con guration,
     contact the author. See Chapter 15 [Submitting Bug Reports], page 101, for details.
 5. Type `make check' to run self-tests on the compiled PSPP package.
 6. Become the superuser and type `make install' to install the PSPP binaries, by de-
     fault in `/usr/local/bin/'. The directory `/usr/local/share/pspp/' is created and
     populated with les needed by PSPP at runtime. This step will also cause the PSPP
     documentation to be installed in `/usr/local/info/', but only if that directory already
     exists.
 7. (optional) Type `make clean' to delete the PSPP binaries from the source tree.


Daar staat het idd. Kan iemand mij bij den hand nemen om de stappen door te nemen... mijn engels is niet opperbest en werk nog niet echt met de terminal...

Saamelainen

  • Gast
SPSS for UBUNTU?
« Reactie #9 Gepost op: 2006/09/29, 22:33:12 »
In /usr/share/doc zal geen programma zitten, maar doc's. Ik denk dat je eerder moet kijken in /usr/bin/ of /usr/local/  of iets dergelijks. Dat zou je bij de eigenschappen moeten kunnen zien. Maar ik vraag me af of het wel een grafisch programma is.

Statistical analysis tool
PSPP is a program for statistical analysis of sampled data. It
interprets commands in the SPSS language and produces tabular output
in ASCII, PostScript, or HTML format.

PSPP development is ongoing. It already supports a large subset of
SPSS's transformation language.  Its statistical procedure support is
currently limited, but growing.

Ik heb van de site die bartek gaf nog deze FAQ gevonden. Daar is sprake van dat je een teksteditor moet starten. Geen idee of je daar wat aan hebt.

http://www.gnu.org/software/pspp/faq.html#GettingStarted

budster

  • Gast
SPSS for UBUNTU?
« Reactie #10 Gepost op: 2006/09/29, 22:40:30 »
Daarin staat hoe je het moet installeren, jij hebt het uit synaptic gehaalt dus het is al geinstalleerd.

pspp staat volgens de tekst in /user/local/bin/

Offline bartek

  • Lid
    • http://bartek.blogsome.com
SPSS for UBUNTU?
« Reactie #11 Gepost op: 2006/09/29, 22:44:12 »
Ik geloof ook dat 't werkt vanuit een teksteditor of vanuit de terminal want volgens de terminal gegevens is pspp opgestart.
Doe nog eens pspp in je terminal en daarna:
show copying
Als je hier iets krijgt wil dat zeggen dat je terminal gelooft dat het in pspp zit.
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #12 Gepost op: 2006/09/29, 22:49:46 »
/usr/bin/pspp... hier staat idd een icoontje (laat ik het zo noemen, pspp) maar volgens mij kan ik daar niet mee doen...

Heb verder nog wat rondgekeken en dingen geprobeert maar kom niet echt verder.... we'll keep trying

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #13 Gepost op: 2006/09/29, 22:51:13 »
Bartek:

dirk@dirk-desktop:~$ pspp
PSPP is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying." to see the conditions.
There is ABSOLUTELY NO WARRANTY for PSPP; type "show warranty." for details.
GNU pspp 0.4.0  (Mon Nov 28 15:54:55 UTC 2005).
PSPP> show copying
    >

Saamelainen

  • Gast
SPSS for UBUNTU?
« Reactie #14 Gepost op: 2006/09/29, 23:03:48 »
Dat bin-icoontje is een uitvoerbaar bestand, net zoals exe in Win. Soms kun je zo met een dubbelklik een programma openen, niet altijd. Mocht het wel lukken (wat ik eigenlijk niet verwacht) dan kun je met Alacarte menu-editor in het Toepassingenmenu een link naar het programma maken.

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #15 Gepost op: 2006/09/29, 23:12:09 »
helaas, kan het niet openen

budster

  • Gast
SPSS for UBUNTU?
« Reactie #16 Gepost op: 2006/09/29, 23:16:38 »
Volgens mij heb je het al gestart. wat ik zo even snel zie is dat je daar html bestanden mee kan genereren, zeer waarschijnlijk vanuit de terminal. ik denk dat je na de prompt gewoon een commando moet invoeren.

Doe eens:
man spss
of
spss --help

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #17 Gepost op: 2006/09/29, 23:19:34 »
man pspp:



pspp(1)                           PSPP manual                          pspp(1)

NAME
       pspp - a system for statistical analysis

SYNOPSIS
       pspp ...

DESCRIPTION
       pspp starts up the PSPP program.  PSPP performs statistical analysis on
       sampled data.  Please see Info document  

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #18 Gepost op: 2006/09/29, 23:20:39 »
pspp - -help:

dirk@dirk-desktop:~$ pspp --help
PSPP, a program for statistical analysis of sample data.

Usage: pspp [OPTION]... FILE...

If a long option shows an argument as mandatory, then it is mandatory
for the equivalent short option also.  Similarly for optional arguments.

Configuration:
  -a, --algorithm={compatible|enhanced}
                            set to `compatible' if you want output
                            calculated from broken algorithms
  -B, --config-dir=DIR      set configuration directory to DIR
  -o, --device=DEVICE       select output driver DEVICE and disable defaults
  -d, --define=VAR[=VALUE]  set environment variable VAR to VALUE, or empty
  -u, --undef=VAR           undefine environment variable VAR

Input and output:
  -f, --out-file=FILE       send output to FILE (overwritten)
  -p, --pipe                read script from stdin, send output to stdout
  -I-, --no-include         clear include path
  -I, --include=DIR         append DIR to include path
  -c, --command=COMMAND     execute COMMAND before .pspp/rc at startup

Language modifiers:
  -i, --interactive         interpret scripts in interactive mode
  -n, --edit                just check syntax; don't actually run the code
  -r, --no-statrc           disable execution of .pspp/rc at startup
  -s, --safer               don't allow some unsafe operations
  -x, --syntax={compatible|enhanced}
                            set to `compatible' if you want only to accept
                            spss compatible syntax

Informative output:
  -h, --help                print this help, then exit
  -l, --list                print a list of known driver classes, then exit
  -V, --version             show PSPP version, then exit
  -v, --verbose             increments verbosity level

Non-option arguments:
 FILE1 FILE2                run FILE1, clear the dictionary, run FILE2
 FILE1 + FILE2              run FILE1 then FILE2 without clearing dictionary
 KEY=VALUE                  overrides macros in output initialization file

Driver classes:
         ascii devind postscript epsf html

Report bugs to .

budster

  • Gast
SPSS for UBUNTU?
« Reactie #19 Gepost op: 2006/09/29, 23:28:43 »
Ok, dat is dus overduidelijk een terminal tool.

hier: /usr/doc/pspp staat precies hoe het werkt, ik ben bang dat het nog niet zo volwassen is als het windows programma dat jij gebruikte.

Offline bartek

  • Lid
    • http://bartek.blogsome.com
SPSS for UBUNTU?
« Reactie #20 Gepost op: 2006/09/29, 23:43:47 »
Ik vrees ook dat er nog geen GUI voor bestaat. Ik heb een beetje rondgekeken maar so far no luck.
Maar er bestaat een programma dat R noemt en deze heeft een GUI die r commander heet maar die zit niet in synaptic.
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #21 Gepost op: 2006/09/30, 11:35:36 »
Citaat van: bartek
Ik vrees ook dat er nog geen GUI voor bestaat. Ik heb een beetje rondgekeken maar so far no luck.
Maar er bestaat een programma dat R noemt en deze heeft een GUI die r commander heet maar die zit niet in synaptic.
GUI? Wat is dat?

Offline zappa

  • Lid
    • http://www.c3c.be
SPSS for UBUNTU?
« Reactie #22 Gepost op: 2006/09/30, 11:48:36 »
Een GUI = graphical user interface. Zo een venster zodat je kan klikken en slepen en zo ;)
pspp lijkt mij wel cool, maar ik geef toe dat ik ook liever iets grafisch heb!
Kan je SPSS niet draaien onder wine?

schoapd

  • Gast
SPSS for UBUNTU?
« Reactie #23 Gepost op: 2006/09/30, 11:54:50 »
Ik ben niet zo bekend met wine, heb het laatst wel gewdownload volgens mij, misschien kan je me helpen het te proberen? Ik ga wine even zoeken....

Offline zappa

  • Lid
    • http://www.c3c.be
SPSS for UBUNTU?
« Reactie #24 Gepost op: 2006/09/30, 11:59:10 »
Gewoon installeren via synaptic!