Hello everyone.
I'm trying to create a wealth index on STATA using principal component analysis, and was not very successful to find the right commands to get the results I need. I've done that analysis on SPSS using the following syntax:
FACTOR
/VARIABLES computer_own car_own freezer_own gas_oven_own microwave_own dishwasher_own vacuum_own
tablet_own internet_own mobile_own smart_mobile_own ac_own fan_own solar_water_heater_own
water_heater_electric_own iron_own sewing_machine_own residential_buildings_renting_own
/MISSING LISTWISE
/ANALYSIS computer_own car_own freezer_own gas_oven_own microwave_own dishwasher_own vacuum_own
tablet_own internet_own mobile_own smart_mobile_own ac_own fan_own solar_water_heater_own
water_heater_electric_own iron_own sewing_machine_own residential_buildings_renting_own
/PRINT INITIAL CORRELATION KMO AIC EXTRACTION ROTATION
/FORMAT SORT
/CRITERIA MINEIGEN(1) ITERATE(25)
/EXTRACTION PC
/CRITERIA ITERATE(25)
/ROTATION VARIMAX
/SAVE REG(ALL)
/METHOD=CORRELATION.
RANK VARIABLES=FAC1_1 (A)
/RANK
/NTILES(5)
/PRINT=YES
/TIES=MEAN.
I need a STATA translation of that analysis. Any help?
Thanks,
Related Posts with Conducting Principal Component Analysis on STATA
Invalid nameHello everyone, I would like to kindly ask the community for a help. I use STATA 16, Windows 10. Whe…
Tow stage Least Square (2SLS) estimation - dynamic panel modelsHi experts and researchers, I have four models ( dynamic panel models ) : 1- linear model GDP = β…
Suppressing the iterlog with mlogit for Stata 14Hello, I was looking to suppress the iterlog when running mlogit. I'm aware of set iterlog, but ran…
Problem with IRT 2PL ConvergenceDear Sir/Madam, I have gone through the previous two post on IRT 2PL methods and am facing the same …
Exporting table into LatexI am trying to produce the share of police stops per NYC borough in a table, then export it from Sta…
Subscribe to:
Post Comments (Atom)
0 Response to Conducting Principal Component Analysis on STATA
Post a Comment