Skip to content

Conversation

@nguyen-thu-binh
Copy link

Rotated matrix (or loadings matrix):

rotated_fMatrix_paper <- principal(data_for_paper, nfactors = 5, rotate = "varimax")

print.psych(rotated_fMatrix_paper, cut = 0.3, digits = 3, sort = TRUE)

@nguyen-thu-binh
Copy link
Author

Measure of Sampling Adequacy (MSA) - KMO Test:

KMO(data_for_paper)

@nguyen-thu-binh
Copy link
Author

Cronbach Alpha:

print(cronbach_DTPT)

@nguyen-thu-binh
Copy link
Author

print(cronbach_QH)

@nguyen-thu-binh
Copy link
Author

print(cronbach_SHL)

@nguyen-thu-binh
Copy link
Author

print(cronbach_TLPL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant