{"id":15113224,"url":"https://github.com/gitgnu/gnu_pspp","last_synced_at":"2026-02-02T10:43:08.661Z","repository":{"id":84520978,"uuid":"90029625","full_name":"gitGNU/gnu_pspp","owner":"gitGNU","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-05T15:23:33.000Z","size":30936,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T09:05:13.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitGNU.png","metadata":{"files":{"readme":"README","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-02T12:13:21.000Z","updated_at":"2025-05-23T11:27:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a58a55e5-8336-4942-a920-d2c7f1edacd8","html_url":"https://github.com/gitGNU/gnu_pspp","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/gitGNU/gnu_pspp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_pspp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_pspp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_pspp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_pspp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitGNU","download_url":"https://codeload.github.com/gitGNU/gnu_pspp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_pspp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260326669,"owners_count":22992378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T01:03:38.587Z","updated_at":"2026-02-02T10:43:08.583Z","avatar_url":"https://github.com/gitGNU.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"PSPP is a program for statistical analysis of sampled data.  It is\na free replacement for the proprietary program SPSS.\n\nPSPP supports T-tests, ANOVA and GLM analyses, factor analysis,\nnon-parametric tests, linear and logistic regression, clustering, \nand other statistical features.  PSPP produces statistical reports in\nplain text, PDF, PostScript, CSV, HTML, SVG, and OpenDocument formats.\nIt can import data from OpenDocument, Gnumeric, text and SPSS formats.\n\nPSPP has both text-based and graphical user interfaces.  The PSPP\nuser interface has been translated into a number of languages.\n\nInstructions for PSPP installation are in INSTALL, including a list of\nprerequisite packages and other PSPP-specific information.  Full\ndocumentation on PSPP's language is also included.\n\nFor information on differences from previous versions, please see file\nNEWS.  \n          \nSource code for the latest release of PSPP is available at\nftp://ftp.gnu.org/pub/gnu/pspp/.  Test releases are at\nftp://alpha.gnu.org/gnu/pspp/.  Development sources are available\nat http://savannah.gnu.org/projects/pspp\n\nThe following miscellaneous notes apply to this release:\n\n\t* On a few operating systems, such as OpenBSD, some of the\n          tests may fail with messages similar to: 'Warning: cannot\n          create a converter for \"646\" to \"UTF-8\"'.  These test\n          failures may safely be ignored.\n\nQuestions and comments about using PSPP may be sent to pspp-users@gnu.org.\nBug reports may be filed at http://savannah.gnu.org/bugs/?group=pspp\nor emailed to bug-gnu-pspp@gnu.org.  We prefer the web-based system\nbecause it makes it more difficult for us to lose track of bugs, but we\nare happy to hear from users through any means.\n\nThe long term goals for PSPP are ambitious.  We wish to provide the\nfollowing support to users:\n\n\t* All of the SPSS transformation language.  PSPP already\n          supports a large subset of it.\n\n\t* All the statistical procedures that someone is willing to\n          implement, whether they exist in SPSS or not.\n\n\t* Compatibility with SPSS syntax, including compatibility with\n          known bugs and warts, where it makes sense.  We also provide\n          an \"enhanced\" mode in certain cases where PSPP can output\n          better results that may surprise SPSS users.\n\n\t* Friendly textual and graphical interfaces.  \n\n\t* Good documentation.  Currently the PSPP manual describes its\n          language completely, but we would like to add information on\n          how to select statistical procedures and interpret their\n          results.\n\n\t* Efficient support for very large data sets.  For procedures\n          where it is practical, we wish to efficiently support data\n          sets many times larger than physical memory.  The framework\n          for this feature is already in place. It has not been tuned\n          or extensively tested, however initial experience has given\n          impressive results.\n\nOver the long term, we also wish to provide support to developers who\nwish to extend PSPP with new statistical procedures, by supplying the\nfollowing:\n\n\t* Easy-to-use support for parsing language syntax.  Currently,\n          parsing is done by writing \"recursive descent\" code by hand,\n          with some support for automated parsing of the most common\n          constructs.  We wish to improve the situation by supplying a\n          more complete and flexible parser generator.\n\n\t* Easy-to-use support for producing attractive output.\n          Currently, output is done by writing code to explicitly fill\n          in table cells with data.  We should be able to supply a\n          more convenient interface that also allows for providing\n          machine-readable output.\n\n\t* Eventually, a plug-in interface for procedures.  Over the\n          short term, the interface between the PSPP core and\n          statistical procedures is evolving quickly enough that a\n          plug-in model does not make sense.  Over the long term, it\n          may make sense to introduce plug-ins.\n\nFor any copyright year range specified as YYYY-ZZZZ in this package note\nthat the range specifies every single year in that closed interval.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitgnu%2Fgnu_pspp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitgnu%2Fgnu_pspp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitgnu%2Fgnu_pspp/lists"}