Skip to content

Commit

Permalink
move durbin watson to model summary table
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyDoorn committed Mar 27, 2024
1 parent 6ecf63c commit f1ccec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions inst/qml/RegressionLinear.qml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Form
CheckBox { name: "rSquaredChange"; label: qsTr("R squared change") }
CheckBox { name: "fChange"; label: qsTr("F change") }
CheckBox { name: "modelAICBIC"; label: qsTr("AIC and BIC") }
CheckBox { name: "residualDurbinWatson"; label: qsTr("Durbin-Watson") }

}

Expand Down
7 changes: 0 additions & 7 deletions inst/qml/common/OutlierComponent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ Group
label: qsTr("Statistics")
visible: analysis === Type.Analysis.LinearRegression
}

CheckBox
{
name: "residualDurbinWatson"
label: qsTr("Durbin-Watson")
visible: analysis === Type.Analysis.LinearRegression
}

CheckBox
{
Expand Down

0 comments on commit f1ccec6

Please sign in to comment.