Hello Stata community, very new user trying to follow a youtube video to run a pca
I'm able to run a pca and get the screeplot with the following code:
Thanks for the help
I'm able to run a pca and get the screeplot with the following code:
pca sharksinterested ent_chaos ent_community ent_conscientiousness ent_empathy ent_entrepreneurship ent_failure ent_innovation ent_integrity ent_isolation ent_judgment ent_opportunity ent_optimism ent_order ent_pessimism ent_progress ent_retreat ent_risk ent_sensemaking ent_success ent_transformation ent_uncertainty ent_warmth ent_zealMy next step is keeping the Comp with eigen values above 1, a total of 9. I've tried both
screeplot, yline(1)
pca $xlist, mineigen(1)Both times I get option mineigen() not allowed or option components() not allowed
&
pca $xlist, components(9)
Thanks for the help
Comment