Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6196959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:44:06+00:00 2026-05-24T03:44:06+00:00

Suppose I ran a factor analysis & got 5 relevant factors. Now, I want

  • 0

Suppose I ran a factor analysis & got 5 relevant factors. Now, I want to graphically represent the loading of these factors on the variables. Can anybody please tell me how to do it. I can do using 2 factors. But can’t able to do when number of factors are more than 2.

The 2 factor plotting is given in “Modern Applied Statistics with S”, Fig 11.13. I want to create similar graph but with more than 2 factors. Please find the snap of the Fig mentioned above:
enter image description here

X & y axes are the 2 factors.

Regards,
Ari

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T03:44:08+00:00Added an answer on May 24, 2026 at 3:44 am

    Beware: not the answer you are looking for and might be incorrect also, this is my subjective thought.

    I think you run into the problem of sketching several dimensions on a two dimension screen/paper.
    I would say there is no sense in plotting more factors’ or PCs’ loadings, but if you really insist: display the first two (based on eigenvalues) or create only 2 factors. Or you could reduce dimension by other methods also (e.g. MDS).

    Displaying 3 factors’ loadings in a 3 dimensional graph would be just hardly clear, not to think about more factors.


    UPDATE: I had a dream about trying to be more ontopic 🙂

    You could easily show projections of each pairs of factors as @joran pointed out like (I am not dealing with rotation here):

    f <- factanal(mtcars, factors=3)
    pairs(f$loadings)
    

    enter image description here

    This way you could show even more factors and be able to tweak the plot also, e.g.:

    f <- factanal(mtcars, factors=5)
    pairs(f$loadings, col=1:ncol(mtcars), upper.panel=NULL, main="Factor loadings")
    par(xpd=TRUE) 
    legend('topright', bty='n', pch='o', col=1:ncol(mtcars), attr(f$loadings, 'dimnames')[[1]], title="Variables")
    

    enter image description here

    Of course you could also add rotation vectors also by customizing the lower triangle, or showing it in the upper one and attaching the legend on the right/below etc.

    Or just point the variables on a 3D scatterplot if you have no more than 3 factors:

    library(scatterplot3d)
    f <- factanal(mtcars, factors=3)
    scatterplot3d(as.data.frame(unclass(f$loadings)), main="3D factor loadings", color=1:ncol(mtcars), pch=20)
    

    enter image description here

    Note: variable names should not be put on the plots as labels, but might go to a distinct legend in my humble opinion, specially with 3D plots.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I got this code segment: (defparameter *islands* '((1 9 8 5) (6 4
now i am running a network available bandwidth project.Suppose i am testing the available
I got the code from this question, I ran it in Eclipse and the
I ran into this issue twice now, and am curious to know if there
Suppose I have a linear recurrence* and I want to find its closed-form 'Binet'
As I was writing up an answer just now, I ran across an interesting
Suppose your git history looks like this: 1 2 3 4 5 1–5 are
Suppose you have 2 different ASP.NET applications in IIS. Also, you have some ASCX
Suppose I have a stringbuilder in C# that does this: StringBuilder sb = new
Suppose we have a table A: itemid mark 1 5 2 3 and table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.