Factor analysis assignment

The assignment should be uploaded or wriitten in the ajou bb technology.

data file efa.csv: The data set contains what customers consider while purchasing car. The survey questions were framed using 5-point likert scale with 1 being very low and 5 being very high. The variables were the following:

Price
Safety
Exterior looks
Space and comfort
Technology
After sales service
Resale value
Fuel type
Fuel efficiency
Color
Maintenance
Test drive
Product reviews
Testimonials

In order to perform the factor analysis in r, you would need to install the following packages: psych and GPArotation. Do the following codes.

install.packages('psych')
install.packages('GPArotation')

Assignment
Do the following tasks with your group members