Skip to content

Commit

Permalink
restructure factor characteristics table in EFA
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuspfadt committed Jan 23, 2025
1 parent 7d4b136 commit 5b2baaa
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 5 deletions.
4 changes: 0 additions & 4 deletions R/exploratoryfactoranalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,6 @@ exploratoryFactorAnalysisInternal <- function(jaspResults, dataset, options, ...

if (options[["screePlotParallelAnalysisResults"]]) {

# Modification here:
# if "analysisBasedOn = mixed", parallel analysis here will be based on the polychoric/tetrachoric
# correlation matrix.

if (options[["analysisBasedOn"]] == "polyTetrachoricCorrelationMatrix") {
polyTetraCor <- psych::mixedCor(dataset)
.setSeedJASP(options)
Expand Down
2 changes: 1 addition & 1 deletion inst/qml/common/PcaEfaAnalysisOptions.qml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Section
id: analysisoptions
title: qsTr("Analysis Options")
info: qsTr("Here, options for the analysis can be specified.")
expanded: true
expanded: false


RadioButtonGroup
Expand Down
81 changes: 81 additions & 0 deletions tests/testthat/_snaps/principalcomponentanalysis/path-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b2baaa

Please sign in to comment.