jamovi / jamovi
jamovi - open software to bridge the gap between researcher and statistician
View on GitHubAI Architecture Analysis
This repository is indexed by RepoMind. By analyzing jamovi/jamovi in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewjamovi jamovi is a free and open statistics package, which is easy to use, and designed to be familiar to users of SPSS. It provides a spreadsheet editor, and a range of statistical analyses. jamovi can provide R syntax for each analysis that is run, and additional analyses for jamovi can be developed using the R language. Come visit us at jamovi.org. running the easiest way to build and work on jamovi, is to build it as a docker container. clone this repo (and submodules), and then build it with: once built, it can be run with: this launches an embedded web-server, and jamovi can be accessed with a web-browser at the url http://127.0.0.1:41337 dev mode jamovi can be run with a vite dev server serving the client files as follows: