Skip to content
Open
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
2 changes: 1 addition & 1 deletion inst/qml/Descriptives.qml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Form
{
infoLabel: qsTr("Input")
AvailableVariablesList { name: "allVariablesList" }
AssignedVariablesList { name: "variables"; title: qsTr("Variables"); info: qsTr("All variables of interest."); allowTypeChange: true }
AssignedVariablesList { name: "variables"; title: qsTr("Variables"); info: qsTr("All variables of interest."); allowTypeChange: true; allowedColumns: ["scale", "nominal"]}
AssignedVariablesList { name: "splitBy"; title: qsTr("Split"); info: qsTr("Can be split by a categorical variable such as experimental condition.") ; singleVariable: true; allowedColumns: ["nominal"]; id: splitBy; minLevels: 2; maxLevels: 256 } // without maxLevels entering a continuous variable can freeze/ crash jasp, so we need an arbitrary maximum
}

Expand Down