Dear colleagues,
I'm performing an exploratory factor analysis and tried to figure out how many factors to extract by using the paran command in Stata which is an alternative command for parallel analysis. Paran is a user srcipted code.
My code is:
paran, mat(C) n(236) centile(95) iteration(100) graph seed(6327456) all
By using this code I'm getting a type mismatch r(109).
Does anyone know how to solve this problem?
Thank you in advance!
I'm performing an exploratory factor analysis and tried to figure out how many factors to extract by using the paran command in Stata which is an alternative command for parallel analysis. Paran is a user srcipted code.
My code is:
paran, mat(C) n(236) centile(95) iteration(100) graph seed(6327456) all
By using this code I'm getting a type mismatch r(109).
Does anyone know how to solve this problem?
Thank you in advance!
Comment