-
-
Notifications
You must be signed in to change notification settings - Fork 210
Home
akash raj edited this page Mar 18, 2019
·
4 revisions
JASP is an open-source, cross-platform software program which allows you to conduct statistical analyses in seconds, and without having to learn programming or risking a programming mistake. Our main goal is to help statistical practitioners reach maximally informative conclusions with a minimum of fuss.
This wiki provides documentation and development-related information. For more information about how to use JASP and explore its capabilities, check out How to use JASP.
- Building JASP - Dependencies and using Qt.
- Implementing R Analyses - How to write R Analyses for JASP.
- Error list - Error messages produced by JASP.
- Creating a module - How to create & distribute a new module in JASP. Details about using QML, JASP.Theme, etc.
- Making a QML interface
- Rebasing your repo - Updating code with the latest changes
- Unit Tests - Every R analysis should be accompanied by unit tests. This guide tells about the existing framework and writing new tests.
- R style guide - Coding style guidelines.
- Writing analyses for Humans
- Analysis Forms style guide