-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update description and README * add documentation * disable prior and posterior distribution (still not implemented in the BFF package) * update renv * fixes from the package update * add proper sidedness labels
- Loading branch information
Showing
19 changed files
with
727 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# jaspModuleTemplate | ||
# The Bayes Factor Functions module | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
## References | ||
Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
## R Packages | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,17 @@ import JASP.Module 1.0 | |
Description | ||
{ | ||
name : "jaspBFF" | ||
title : qsTr("BFF (beta)") | ||
title : qsTr("Bayes Factor Functions") | ||
description : qsTr("This module offers Bayes factor functions.") | ||
version : "0.19.2" | ||
version : "0.19.2" | ||
author : "JASP Team" | ||
maintainer : "JASP Team <[email protected]>" | ||
website : "https://jasp-stats.org" | ||
license : "GPL (>= 2)" | ||
icon : "analysis-bayes-factor-functions.svg" | ||
preloadData: true // no data actually needed for this module | ||
requiresData: false | ||
|
||
/* | ||
GroupTitle | ||
{ | ||
title: qsTr("Z-Tests") | ||
|
@@ -31,7 +32,7 @@ Description | |
title: qsTr("Independent Samples Z-Test") | ||
func: "bffIndependentSamplesZTest" | ||
} | ||
|
||
*/ | ||
GroupTitle | ||
{ | ||
title: qsTr("T-Tests") | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Bayes Factor Functions | ||
=== | ||
|
||
The module employs Bayes factor functions (BFFs; Johnson, Pramanik and Shudde, 2023) to streamline hypothesis testing by directly comparing competing hypotheses using standardized effect sizes. This approach simplifies the calculation of Bayes factors from common test statistics, provides clear and intuitive summaries of experimental results without relying on arbitrary significance thresholds. | ||
|
||
### References | ||
--- | ||
- Johnson, V. E., Pramanik, S., & Shudde, R. (2023). Bayes factor functions for reporting outcomes of hypothesis tests. *Proceedings of the National Academy of Sciences, 120*(8), e2217331120. | ||
|
||
### R Packages | ||
--- | ||
- BFF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,6 @@ Form { | |
} | ||
}*/ | ||
|
||
BFF.Analysis{} | ||
BFF.Analysis{oneSampleTest: true} | ||
BFF.Priors{} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,6 @@ Form { | |
} | ||
}*/ | ||
|
||
BFF.Analysis{} | ||
BFF.Analysis{oneSampleTest: true} | ||
BFF.Priors{} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.