Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions inst/qml/LSeffectSizes.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Form {
name: "effectSizeValueDelta"
label: "δ"
visible: !inputPopulation.checked
defaultValue: 0
defaultValue: 0.5
}

DoubleField
Expand Down Expand Up @@ -97,7 +97,7 @@ Form {

name: "effectSizeValueRho"
label: "ρ"
defaultValue: 0
defaultValue: 0.5
min: -1
max: 1
}
Expand Down Expand Up @@ -142,11 +142,11 @@ Form {
name: "effectSizeValuePhi"
visible: !inputPopulation.checked
label: "φ"
defaultValue: 0
defaultValue: 0.5
min: -1
max: 1
}


DoubleField
{
Expand Down