Skip to content

Commit dc20ca0

Browse files
authored
flip labels... (#451)
1 parent 095a120 commit dc20ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/qml/common/ExportFreq.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Section
5050
name: "residualsSavedToDataType"
5151
info: qsTr("Choose the type of residual to be appended. Raw residuals are simply the differences between observation and model prediction, standardized residuals divide each residual by an estimate of its standard deviation (using rstandard()), whereas studentized residuals divide each residual by an unbiased estimate of its standard deviation computed by refitting the model without that observation (using rstudent()).")
5252
RadioButton { value: "raw"; label: qsTr("Raw"); checked: true }
53-
RadioButton { value: "standard"; label: qsTr("Studentized") }
54-
RadioButton { value: "student"; label: qsTr("Standardized") }
53+
RadioButton { value: "standard"; label: qsTr("Standardized") }
54+
RadioButton { value: "student"; label: qsTr("Studentized") }
5555
}
5656
}
5757

0 commit comments

Comments
 (0)