GithubHelp home page GithubHelp logo

timkdj / jasp-desktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jasp-stats/jasp-desktop

0.0 0.0 0.0 1022.6 MB

JASP aims to be a complete statistical package for both Bayesian and Frequentist statistical methods, that is easy to use and familiar to users of SPSS

Home Page: jasp-stats.org

License: GNU Affero General Public License v3.0

QMake 1.21% C++ 54.31% C 1.56% HTML 2.08% CSS 1.17% JavaScript 20.91% R 1.18% Makefile 0.01% Shell 0.62% Batchfile 0.49% QML 16.04% PHP 0.12% Python 0.24% Rich Text Format 0.07%

jasp-desktop's People

Contributors

afwild avatar akashrajkn avatar aknight1-uva avatar alexanderlynl avatar asarafoglou avatar boutinb avatar dropmann avatar fbartos avatar fransmeerhoff avatar gibbona1 avatar jangvoelkel avatar jillderon avatar jokeyser avatar jonathon-love avatar jorisgoosen avatar josineverhagen avatar juliuspfadt avatar koenderks avatar kucharssim avatar maartenmarsman avatar quentingronau avatar raoelg avatar raviselker avatar sachaepskamp avatar tahiraj avatar timdraws avatar timkdj avatar vandenman avatar vankesteren avatar weblate avatar

Watchers

 avatar

jasp-desktop's Issues

[Audit] Planning

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Audit] Selection

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

reliabilityanalysisfrequentist

Commit messages since the previous release:

Adds Reliability Module (#4124)

* Adds Reliability Module
- From https://github.com/jasp-stats/Reliability/commit/23139fbcbde66c8d51a83f7aae4ec25612ab3d03

* Update top latest changes in Reliability
- https://github.com/jasp-stats/Reliability/commit/f18da38b5b43b9171c50fafb3e7ecd9425447b54

* Commented out old reliability test 

[Distributions] Beta

Commit messages since the previous release:

 Updates - Distributions module (#4216)

* update distributions module

* add stats:: before distribution functions

* remove duplication of show distribution section

* remove duplication descriptives

* remove duplication fitMLE

* remove duplication in determining plot limit

* correct bounds for chi-squared parameters

* fix unit test chi squared distribution 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Audit] Bayesian Planning

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[ANOVA] ANCOVA

Commit messages since the previous release:

 Speed up An(c)ova and .v() (#4244)

* more intelligent testing of groups

* .v only once in .applyOnGroups + faster lookup of encode/ decode function

* fix unit tests

* implement feedback

RM ANOVA plot: apply within-participants normalization for CI descriptives (#4206)

* Descriptive plot RM ANOVA uses withinSE now

* apply within-participants normalization for CI's descriptives

* Added unit tests for descriptives plots

* Speed up ANOVA 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Audit] Audit Workflow

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Network] Network

Commit messages since the previous release:

Updates to network analysis (#4077)

* copied changes from dynamic module

* update unit tests for extra column in centrality table

* fix typo in nonparametric bootstrap

* strip whitespace

* incorporate feedback Tim 

[Learn Bayes] Binomial Testing

Commit messages since the previous release:

 fixing sequential plots (#4267)

renaming

style changes

updates

Learn bayes (#4235)

* init

* adding introductory texts and qml changes

* fixing icons and names

* adding BF source & small fixes 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Frequencies] Contingency Tables

Commit messages since the previous release:

 Fix for the Log Odds Ratio, Ordinal Gamma and Kendall's Tau not automatically refreshing.

Fixes jasp-stats/jasp-issues#915

properly reverse column labels (#4211) 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Regression] Correlation

Commit messages since the previous release:

 Add confidence and prediction intervals to scatter plots (#4220)

* Add confidence and prediction intervals for partial plots

* Add confidence and prediction intervals to correlation scatter plots

* Set intervals' default in residual plots to false

Co-authored-by: Simon Kucharsky <[email protected]>

* Change identing for consistency

Co-authored-by: Simon Kucharsky <[email protected]>

* Add default for options in .plotScatter

Co-authored-by: Simon Kucharsky <[email protected]>

* Add istrue for option arguments

Co-authored-by: Simon Kucharsky <[email protected]>

Co-authored-by: Simon Kucharsky <[email protected]>

Enable partial correlations (#4209)

* allow partial correlations, make correlations more robust, and add verified unit test for partial correlation

* add Alexander feedback 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[ANOVA] Repeated Measures ANOVA

Commit messages since the previous release:

emmeans returns space separated posthoc results now

(Custom) contrasts for interaction terms RM AN(C)OVA (#4089)

* contrasts for interactions

* decoding fixes

* Update helpfiles correlation CI

* removed redundant switch section

* Fix for more than 1 custom contrasts

new names for dependent and subject 

[Audit] Estimation

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Distributions] Bernoulli

Commit messages since the previous release:

 Updates - Distributions module (#4216)

* update distributions module

* add stats:: before distribution functions

* remove duplication of show distribution section

* remove duplication descriptives

* remove duplication fitMLE

* remove duplication in determining plot limit

* correct bounds for chi-squared parameters

* fix unit test chi squared distribution 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

reliabilityanalysisfrequentist

Commit messages since the previous release:

Adds Reliability Module (#4124)

* Adds Reliability Module
- From https://github.com/jasp-stats/Reliability/commit/23139fbcbde66c8d51a83f7aae4ec25612ab3d03

* Update top latest changes in Reliability
- https://github.com/jasp-stats/Reliability/commit/f18da38b5b43b9171c50fafb3e7ecd9425447b54

* Commented out old reliability test 

[Distributions] Exponential

Commit messages since the previous release:

 Updates - Distributions module (#4216)

* update distributions module

* add stats:: before distribution functions

* remove duplication of show distribution section

* remove duplication descriptives

* remove duplication fitMLE

* remove duplication in determining plot limit

* correct bounds for chi-squared parameters

* fix unit test chi squared distribution 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[ANOVA] Repeated Measures ANOVA

Commit messages since the previous release:

 RM ANOVA plot: apply within-participants normalization for CI descriptives (#4206)

* Descriptive plot RM ANOVA uses withinSE now

* apply within-participants normalization for CI's descriptives

* Added unit tests for descriptives plots

* Speed up ANOVA 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Audit] Evaluation

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Distributions] Chi-squared

Commit messages since the previous release:

 Updates - Distributions module (#4216)

* update distributions module

* add stats:: before distribution functions

* remove duplication of show distribution section

* remove duplication descriptives

* remove duplication fitMLE

* remove duplication in determining plot limit

* correct bounds for chi-squared parameters

* fix unit test chi squared distribution 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Audit] Bayesian Audit Workflow

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Distributions] Binomial

Commit messages since the previous release:

 Updates - Distributions module (#4216)

* update distributions module

* add stats:: before distribution functions

* remove duplication of show distribution section

* remove duplication descriptives

* remove duplication fitMLE

* remove duplication in determining plot limit

* correct bounds for chi-squared parameters

* fix unit test chi squared distribution 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[ANOVA] ANCOVA

Commit messages since the previous release:

emmeans returns space separated posthoc results now

(Custom) contrasts for interaction terms RM AN(C)OVA (#4089)

* contrasts for interactions

* decoding fixes

* Update helpfiles correlation CI

* removed redundant switch section

* Fix for more than 1 custom contrasts 

[T-Tests] Bayesian Paired Samples T-Test

Commit messages since the previous release:

Add footnote for paired t-tests (#4119)

* implemented frequentist footnote

* slightly refactored and implemented for Bayesian paired ttest

* incorporate feedback Tim

* capitalize first letter

* re added 'for all tests' 

[Audit] Selection

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Regression] Correlation

Commit messages since the previous release:

Speed up Correlation (#4082)

* speed up correlation

* do not send a gigantic table so often 

reliabilityanalysisbayesian

Commit messages since the previous release:

Adds Reliability Module (#4124)

* Adds Reliability Module
- From https://github.com/jasp-stats/Reliability/commit/23139fbcbde66c8d51a83f7aae4ec25612ab3d03

* Update top latest changes in Reliability
- https://github.com/jasp-stats/Reliability/commit/f18da38b5b43b9171c50fafb3e7ecd9425447b54

* Commented out old reliability test 

reliabilityanalysisbayesian

Commit messages since the previous release:

Adds Reliability Module (#4124)

* Adds Reliability Module
- From https://github.com/jasp-stats/Reliability/commit/23139fbcbde66c8d51a83f7aae4ec25612ab3d03

* Update top latest changes in Reliability
- https://github.com/jasp-stats/Reliability/commit/f18da38b5b43b9171c50fafb3e7ecd9425447b54

* Commented out old reliability test 

[T-Tests] Paired Samples T-Test

Commit messages since the previous release:

Add footnote for paired t-tests (#4119)

* implemented frequentist footnote

* slightly refactored and implemented for Bayesian paired ttest

* incorporate feedback Tim

* capitalize first letter

* re added 'for all tests' 

[Audit] Benfords Law

Commit messages since the previous release:

 Add suggested text to Benford's law (#4227)

* Add translations from https://github.com/jasp-stats/jasp-issues/issues/934

* Add suggested improvements

* Implement suggested changes

* Implement last changes 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

[Audit] Bayesian Evaluation

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

[Learn Bayes] Binomial Estimation

Commit messages since the previous release:

 renaming

style changes

updates

Learn bayes (#4235)

* init

* adding introductory texts and qml changes

* fixing icons and names

* adding BF source & small fixes 

You can find information about the testing procedure here.
Please do not post the bugs you find in this issue, but open a new issue for each bug.

reliabilityanalysisfrequentist

Commit messages since the previous release:

Adds Reliability Module (#4124)

* Adds Reliability Module
- From https://github.com/jasp-stats/Reliability/commit/23139fbcbde66c8d51a83f7aae4ec25612ab3d03

* Update top latest changes in Reliability
- https://github.com/jasp-stats/Reliability/commit/f18da38b5b43b9171c50fafb3e7ecd9425447b54

* Commented out old reliability test 

[Audit] Benford's Law

Commit messages since the previous release:

[Audit] Add separate evaluation analyses (#4117)

* Add evaluation analyses

* Include help files for evaluation analyses

* Include CR and IR in evaluation analyses and read whether data is loaded

* Implement logic for no data available

* Make module read non-numeric record ID's

* Greatly extent unit tests for audit module

Co-authored-by: Joris Goosen <[email protected]> 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.