Skip to content

Commit

Permalink
Change Upgrade residualCasewiseDiagnosticType Radio Button option res…
Browse files Browse the repository at this point in the history
…idualZ to residualCasewiseDiagnosticType. Fixes jasp-stats/jasp-test-release#2645
  • Loading branch information
boutinb committed Jun 28, 2024
1 parent 20cdd9a commit cea4f99
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inst/Upgrades.qml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,18 @@ Upgrades
}
}

ChangeJS
{
name: "residualCasewiseDiagnosticType"
jsFunction: function(options)
{
switch(options["residualCasewiseDiagnosticType"])
{
case "residualZ": return "outliersOutside";
default: return options["residualCasewiseDiagnosticType"];
}
}
}
}

}

0 comments on commit cea4f99

Please sign in to comment.