Skip to content

Commit

Permalink
lin reg remove value assigning
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyDoorn committed Apr 29, 2024
1 parent 8c04a1e commit 8e361c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions inst/qml/common/OutlierComponent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ Group
name: "residualStatistic"
label: qsTr("Statistics")
visible: analysis === Type.Analysis.LinearRegression
value: false
}

CheckBox
{
name: "residualCasewiseDiagnostic"
label: qsTr("Casewise diagnostics")
value: false
columns: 2
RadioButtonGroup
{
Expand Down Expand Up @@ -74,7 +72,6 @@ Group
id: residualsSavedToData
name: "residualsSavedToData"
text: qsTr("Append residuals to data")
value: false

ComputedColumnField
{
Expand Down

0 comments on commit 8e361c8

Please sign in to comment.