Skip to content

Commit

Permalink
unstage the intercept stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuspfadt committed Feb 7, 2024
1 parent 854ab8a commit 6aa579a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/qml/ConfirmatoryFactorAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Form
Group
{
title: qsTr("Model Options")
<<<<<<< HEAD
CheckBox
{
label: qsTr("Include mean structure") ;
Expand All @@ -95,6 +96,9 @@ Form

}
}
=======
CheckBox { label: qsTr("Include mean structure") ; name: "meanStructure" ; id: meanstructure }
>>>>>>> c28a02c (unstage the intercept stuff for now)
CheckBox { label: qsTr("Assume factors uncorrelated") ; name: "factorsUncorrelated" }
CheckBox { label: qsTr("Fix exogenous covariates") ; name: "exogenousCovariatesFixed" ; checked: true ; visible: false }
DropDown
Expand Down

0 comments on commit 6aa579a

Please sign in to comment.