cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
frankderuyck
Level VI

Save PCA loading matrix?

In need the Principle Component loading matrix for further computations, can I save it in a data table?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Save PCA loading matrix?

Are you referring to this table in the report?

 

pca.PNG

 

If so, then right-click the table and select Make Into Data Table.

 

table.PNG

 

This action is scriptable, but you did not say how you want to make or use the table.

View solution in original post

2 REPLIES 2

Re: Save PCA loading matrix?

Are you referring to this table in the report?

 

pca.PNG

 

If so, then right-click the table and select Make Into Data Table.

 

table.PNG

 

This action is scriptable, but you did not say how you want to make or use the table.

frankderuyck
Level VI

Re: Save PCA loading matrix?

Thanks, Marc!