la guida:
How do I get started using PSPP?
After you've built and installed PSPP, try this:
1. Using your favourite editor, write a file (name it myfile.syn) containing the following:
DATA LIST LIST /name (a25) quantity (f8).
BEGIN DATA.
widgets 10345
oojars 2345
dubreys 98
thingumies 518
END DATA.
LIST.
DESCRIPTIVES /quantity
/statistics ALL.
2. Enter the command pspp myfile.syn
3. Look at your results in pspp.list
PSPP is very versatile and there are lots of different types of statistical analysis possible. You need to become familiar with the documentation to unleash its full potential.
L'errore:
Codice: Seleziona tutto
checking where the gettext function comes from... libc
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for sin in -lm... yes
checking for pl_newpl_r in -lplot... yes
checking for main in -lgslcblas... no
configure: error: You must install libgslcblas

