You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Factor Analysis using method = ml
## Call: fa(r = dat_scale, nfactors = 2, rotate = "none", residuals = TRUE,
## fm = "ml")
## Standardized loadings (pattern matrix) based upon correlation matrix
## ML1 ML2 h2 u2 com
## slsgrw 0.70 0.67 0.93 0.069 2.0
## slsprf 0.67 0.69 0.93 0.070 2.0
## nw-ccs 0.80 0.49 0.88 0.123 1.7
## crtvtt 0.98 -0.17 1.00 0.005 1.1
## mchnrt 0.65 0.31 0.53 0.474 1.4
## abstrt 0.25 0.57 0.39 0.614 1.4
## mthmtt 0.56 0.81 0.97 0.029 1.8
##
## ML1 ML2
## SS loadings 3.33 2.28
## Proportion Var 0.48 0.33
## Cumulative Var 0.48 0.80
## Proportion Explained 0.59 0.41
## Cumulative Proportion 0.59 1.00
##
## Mean item complexity = 1.6
## Test of the hypothesis that 2 factors are sufficient.
##
## The degrees of freedom for the null model are 21 and the objective function was 10.9 with Chi Square of 499.66
## The degrees of freedom for the model are 8 and the objective function was 2.63
##
## The root mean square of the residuals (RMSR) is 0.06
## The df corrected root mean square of the residuals is 0.09
##
## The harmonic number of observations is 50 with the empirical chi square 6.79 with prob < 0.56
## The total number of observations was 50 with Likelihood Chi Square = 117.2 with prob < 1.3e-21
##
## Tucker Lewis Index of factoring reliability = 0.382
## RMSEA index = 0.522 and the 90 % confidence intervals are 0.446 0.614
## BIC = 85.9
## Fit based upon off diagonal values = 0.99
## Measures of factor score adequacy
## ML1 ML2
## Correlation of (regression) scores with factors 1.00 0.99
## Multiple R square of scores with factors 1.00 0.98
## Minimum correlation of possible factor scores 0.99 0.96
fa.diagram(Model1)
Model2
## Factor Analysis using method = ml
## Call: fa(r = dat_scale, nfactors = 3, rotate = "none", residuals = TRUE,
## fm = "ml")
## Standardized loadings (pattern matrix) based upon correlation matrix
## ML1 ML3 ML2 h2 u2 com
## slsgrw 0.90 0.38 -0.07 0.96 0.039 1.4
## slsprf 0.78 0.60 0.07 0.97 0.034 1.9
## nw-ccs 0.93 0.20 0.06 0.91 0.088 1.1
## crtvtt 0.73 -0.12 0.67 1.00 0.005 2.0
## mchnrt 0.69 0.22 0.17 0.55 0.447 1.3
## abstrt 0.76 -0.13 -0.64 1.00 0.005 2.0
## mthmtt 0.76 0.61 -0.11 0.96 0.038 2.0
##
## ML1 ML3 ML2
## SS loadings 4.44 1.00 0.90
## Proportion Var 0.63 0.14 0.13
## Cumulative Var 0.63 0.78 0.91
## Proportion Explained 0.70 0.16 0.14
## Cumulative Proportion 0.70 0.86 1.00
##
## Mean item complexity = 1.7
## Test of the hypothesis that 3 factors are sufficient.
##
## The degrees of freedom for the null model are 21 and the objective function was 10.9 with Chi Square of 499.66
## The degrees of freedom for the model are 3 and the objective function was 1.42
##
## The root mean square of the residuals (RMSR) is 0.03
## The df corrected root mean square of the residuals is 0.07
##
## The harmonic number of observations is 50 with the empirical chi square 1.43 with prob < 0.7
## The total number of observations was 50 with Likelihood Chi Square = 62.18 with prob < 2e-13
##
## Tucker Lewis Index of factoring reliability = 0.093
## RMSEA index = 0.628 and the 90 % confidence intervals are 0.503 0.776
## BIC = 50.44
## Fit based upon off diagonal values = 1
## Measures of factor score adequacy
## ML1 ML3 ML2
## Correlation of (regression) scores with factors 1.00 0.98 1.00
## Multiple R square of scores with factors 1.00 0.97 0.99
## Minimum correlation of possible factor scores 0.99 0.94 0.99
## Factor Analysis using method = ml
## Call: fa(r = dat_scale, nfactors = 2, rotate = "oblimin", fm = "ml")
## Standardized loadings (pattern matrix) based upon correlation matrix
## ML2 ML1 h2 u2 com
## slsgrw 0.91 0.10 0.93 0.069 1.0
## slsprf 0.94 0.05 0.93 0.070 1.0
## nw-ccs 0.74 0.32 0.88 0.123 1.4
## crtvtt 0.04 0.98 1.00 0.005 1.0
## mchnrt 0.50 0.33 0.53 0.474 1.7
## abstrt 0.70 -0.21 0.39 0.614 1.2
## mthmtt 1.04 -0.13 0.97 0.029 1.0
##
## ML2 ML1
## SS loadings 4.23 1.39
## Proportion Var 0.60 0.20
## Cumulative Var 0.60 0.80
## Proportion Explained 0.75 0.25
## Cumulative Proportion 0.75 1.00
##
## With factor correlations of
## ML2 ML1
## ML2 1.0 0.5
## ML1 0.5 1.0
##
## Mean item complexity = 1.2
## Test of the hypothesis that 2 factors are sufficient.
##
## The degrees of freedom for the null model are 21 and the objective function was 10.9 with Chi Square of 499.66
## The degrees of freedom for the model are 8 and the objective function was 2.63
##
## The root mean square of the residuals (RMSR) is 0.06
## The df corrected root mean square of the residuals is 0.09
##
## The harmonic number of observations is 50 with the empirical chi square 6.79 with prob < 0.56
## The total number of observations was 50 with Likelihood Chi Square = 117.2 with prob < 1.3e-21
##
## Tucker Lewis Index of factoring reliability = 0.382
## RMSEA index = 0.522 and the 90 % confidence intervals are 0.446 0.614
## BIC = 85.9
## Fit based upon off diagonal values = 0.99
## Measures of factor score adequacy
## ML2 ML1
## Correlation of (regression) scores with factors 0.99 1.00
## Multiple R square of scores with factors 0.99 0.99
## Minimum correlation of possible factor scores 0.97 0.99
fa.diagram(Model1_rotating)
Model2_rotating
## Factor Analysis using method = ml
## Call: fa(r = dat_scale, nfactors = 3, rotate = "oblimin", fm = "ml")
## Standardized loadings (pattern matrix) based upon correlation matrix
## ML1 ML2 ML3 h2 u2 com
## slsgrw 0.74 0.15 0.24 0.96 0.039 1.3
## slsprf 1.01 0.04 -0.10 0.97 0.034 1.0
## nw-ccs 0.49 0.40 0.30 0.91 0.088 2.6
## crtvtt -0.01 1.01 -0.04 1.00 0.005 1.0
## mchnrt 0.47 0.34 0.06 0.55 0.447 1.9
## abstrt -0.01 -0.04 1.01 1.00 0.005 1.0
## mthmtt 1.02 -0.12 0.02 0.96 0.038 1.0
##
## ML1 ML2 ML3
## SS loadings 3.43 1.56 1.35
## Proportion Var 0.49 0.22 0.19
## Cumulative Var 0.49 0.71 0.91
## Proportion Explained 0.54 0.25 0.21
## Cumulative Proportion 0.54 0.79 1.00
##
## With factor correlations of
## ML1 ML2 ML3
## ML1 1.00 0.54 0.57
## ML2 0.54 1.00 0.23
## ML3 0.57 0.23 1.00
##
## Mean item complexity = 1.4
## Test of the hypothesis that 3 factors are sufficient.
##
## The degrees of freedom for the null model are 21 and the objective function was 10.9 with Chi Square of 499.66
## The degrees of freedom for the model are 3 and the objective function was 1.42
##
## The root mean square of the residuals (RMSR) is 0.03
## The df corrected root mean square of the residuals is 0.07
##
## The harmonic number of observations is 50 with the empirical chi square 1.43 with prob < 0.7
## The total number of observations was 50 with Likelihood Chi Square = 62.18 with prob < 2e-13
##
## Tucker Lewis Index of factoring reliability = 0.093
## RMSEA index = 0.628 and the 90 % confidence intervals are 0.503 0.776
## BIC = 50.44
## Fit based upon off diagonal values = 1
## Measures of factor score adequacy
## ML1 ML2 ML3
## Correlation of (regression) scores with factors 0.99 1.00 1.00
## Multiple R square of scores with factors 0.99 1.00 1.00
## Minimum correlation of possible factor scores 0.97 0.99 0.99