Skip to content

Commit

Permalink
Merge pull request #18 from FBartos/enable-z-disable-regression
Browse files Browse the repository at this point in the history
update based on the package fixes
  • Loading branch information
FBartos authored Dec 5, 2024
2 parents 4be39f8 + 240b88f commit 706b3a9
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 258 deletions.
8 changes: 4 additions & 4 deletions inst/Description.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description
icon : "analysis-bayes-factor-functions.svg"
preloadData: true // no data actually needed for this module
requiresData: false
/*

GroupTitle
{
title: qsTr("Z-Tests")
Expand All @@ -32,7 +32,7 @@ Description
title: qsTr("Independent Samples Z-Test")
func: "bffIndependentSamplesZTest"
}
*/

GroupTitle
{
title: qsTr("T-Tests")
Expand Down Expand Up @@ -63,11 +63,11 @@ Description
func: "bffCorrelation"
}*/

Analysis
/*Analysis
{
title: qsTr("Regression")
func: "bffRegression"
}
}*/

Analysis
{
Expand Down
Loading

0 comments on commit 706b3a9

Please sign in to comment.